Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Support for ManyToManyField in ClusterableModel. by theju · Pull Request #36 · wagtail/django-modelcluster
-
20tab/django-taggit-live: It's an autocomplete widget for django-taggit TagField
-
customizing the selectmultiple widget to enable autocomplete or best approach with many items (>500) - Google Groups
-
When to Use MongoDB with Django
-
The best software engineering conferences of 2018
> DjangoCon US is a six-day conference for users of the Django web framework. The event caters to the entire spectrum of Django users, from those who develop business apps on the framework to those who tinker with it in their spare time. Conference planners are committed to diversity and offer financial aid to members of the Django community to meet the costs of tickets, travel, and accommodations. -
chatire: Real time Chat application built with Vue, Django, RabbitMQ and uWSGI WebSockets.
-
#22667 replaced occurrences of master/slave terminology with leader/follower by fcurella · Pull Request #2692 · django/django
django - The Web framework for perfectionists with deadlines. -
GitHub - Brant/django-mediabrute: Automatic collecting, compiling, and minifying of CSS and JS for Django projects
dueyfinster starred Brant/django-mediabrute -
Cut down database imports by a third using this one weird trick
Version 2.2 of django-postgres-copy, now available on the Python Package Index, boosts the performance of PostgreSQL’s COPY command by automatically dropping indexes and constraints on tables prior to the loading. The result is significantly faster ingestion. Our speed tests – using tens of millions of state records – found the change reduced load time of large tables by nearly one third. -
django-nested-inline
> Nested inline support for Django admin -
Intro to Django - YouTube - YouTube
A series of videos aimed at getting someone new to Django set up, creating their own apps and models, and using other people's Django apps. -
Adding the Django CSRF Protection to React Forms • techiediaries
-
Conditional aggregation in Django 2.0 - Peterbe.com
-
Kubernetes, Local to Production with Django: 2— Docker and Minikube
-
GitHub - providenz/freelance-django
-
Adding the Django CSRF Protection to React Forms • techiediaries
-
mvantellingen/django-rangepaginator: Paginator which shows a range of pages around the active one
-
Working with forms | Django documentation | Django
{{ form.non_field_errors }} {{ form.subject.errors }} Email subject: {{ form.subject }} {{ form.message.errors }} Your message: {{ form.message }} {{ form.sender.errors }} Your email address: {{ form.sender }} {{ form.cc_myself.errors }} CC yourself? {{ form.cc_myself }} -
Django tips: auto-populated fields
-
python - Django - Constructing a Model Object With a User - Stack Overflow
-
Reversing admin URLs in Django | en.proft.me
-
QueraTeam/django-qsessions: Extends Django's cached_db session backend
Add FK to User to every session (allows working backward from session to User) -
shell_plus — django-extensions 1.9.9 documentation
-
PDFs in Django: The essential guide — /var/
-
My essential django package list — /var/