Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
python - How to move a model between two Django apps (Django 1.7) - Stack Overflow
-
Django Books
-
Django REST Framework 3.9 -- Classy DRF
The best way to understand Django REST Framework class-based views and serializers is to see it in Classy DRF (based on CCBV), so pick your version and jump in at the deep end. -
django-filter — django-filter 2.2.0 documentation
-
Urlman - nicer way to do URLs for Django models
-
Time Zones in Pytz & Django
This looks thorough and well-designed. From a google search for "django display utc offset." I really enjoyed the style of the typography, illustrations, and code samples in this article. I wish I had things this pretty I could point to instead of my long line of abandoned "Solution Log" blogs over the years. This article itself quickly goes over my head. Can I just get along with life without understanding this intimately and just use Django's timezone features as best I understand them? -
st.louis blues — DjangoBooks Forum
-
Flask vs. Django: Why Flask Might Be Better | Codementor
-
7 Common Mistakes That Django Developers Make
-
Adding type hints to the Django ORM
-
Django Migrations: A Primer – Real Python
-
9 Django Tips for Working with Databases | Haki Benita
-
jazzband/django-taggit: Simple tagging for django
-
Django Tutorial for Beginners – Start Here - Python Django Tutorials
-
Automatic Login in a Django Application Using External Authentication
-
Overview — django-guardian 2.1.0 documentation
-
GitHub - anymail/django-anymail: Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost and more
-
GitHub - pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
Using the Django authentication system | Django documentation | Django
-
Django & Postgres & SSL · Homepage of Hynek Schlawack
-
Django Admin Cookbook — Django Admin Cookbook 2.0 documentation
via https://wsvincent.com/best-django-books/ -
postgresql - Force SSL for Django Postgres connection - Stack Overflow
-
google/dualhttp: Render your page with cached data, then fetch up-to-date data from server and update the page.
-
cfpb/django-flags: Feature flags for Django projects
-
Advanced Django | Haki Benita