Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Front End Validators - allows you to reuse server-side model field validators to perform front end form validation in JavaScript
https://news.ycombinator.com/item?id=18219267 -
Modern Django: Part 4: Adding authentication to React SPA using DRF — v1k45
-
Saleor — an open source storefront written in Python and Django
-
Adrian Holovaty
-
How to Setup Amazon S3 in a Django Project
-
hands-on-web-security-slides/slides.md at master · django-security-tutorials/hands-on-web-security-slides
-
Controlling access: a Django permission apps comparison – Vinta Software
-
Top 7 Backend Web Frameworks To Use In 2019 – Hacker Noon
-
python - Extending forms in django? - Stack Overflow
ProjectSpecificRegistrationForm -
(1) The Django Test Driven Development Cookbook - Singapore Djangonauts - YouTube
-
Configure Django and Google Cloud Storage? - Stack Overflow
-
Use a Google Cloud Storage Backend with Your Django Project - Eldarion Cloud Documentation
-
Google Cloud backend not a very good replacement for Django's Media or Static handling · Issue #491 · jschneier/django-storages
-
Running Django on Kubernetes Engine | Python | Google Cloud
-
Saleor — an open source storefront written in Python and Django
-
How to Use GraphQL with Django (with Example)
-
Graphene-Python
-
Tutorial: Django REST with React (Django 2.0 and a sprinkle of testing)
-
django-registration/forms.py at master · aljosa/django-registration
-
Quick start guide — django-registration 0.8 documentation
-
How to use Django, PostgreSQL, and Docker - William S. Vincent
-
python - Getting Site Matching Query Does Not Exist Error after creating django admin - Stack Overflow
-
User authentication in Django — Django 1.3 documentation
registration -
Custom user models — django-registration 2.1 documentation
class MyCustomUserForm(RegistrationForm): class Meta: model = MyCustomUser -
Fixed #24754 -- Added support for per-app permissions (not tied to a model) by funkybob · Pull Request #9510 · django/django · GitHub