Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django 1.11 -- Classy CBV
The best way to understand Django's class-based views is to see it in Classy CBV, so pick your version and jump in at the deep end. -
Django: How to Extend The User Model (aka Custom User Model) - William S. Vincent
-
GitHub - tbicr/django-pg-zero-downtime-migrations: Django postgresql backend that apply migrations with respect to database locks
Django postgresql backend that apply migrations with respect to database locks - tbicr/django-pg-zero-downtime-migrations -
Managing your AWS Container Infrastructure with Python
-
Books by Agiliq — Books by Agiliq documentation
-
tbicr/django-pg-zero-downtime-migrations: Django postgresql backend that apply migrations with respect to database locks
-
Python Tutorials – Real Python
Learn Python online: Python tutorials for developers of all skill levels, Python books and courses, Python news, code examples, articles, and more. -
Django Channels — Channels 2.1.4 documentation
-
acdha/django-speedtracer: Profile your Django site using Google Chrome's SpeedTracer
-
Digging Deeper Into Migrations – Real Python
-
Python and Django tutorial in Visual Studio Code
Python Django tutorial using the best Python IDE, demonstrating IntelliSense, code navigation, and debugging for both code and templates. -
Quickstart: Compose and Django | Docker Documentation
-
Django, fast: part 2
-
Django, fast: part 1
-
Wagtail Features | Wagtail CMS
-
Our approach to configuring Django, Webpack and ManifestStaticFilesStorage - Matthias Kestenholz
-
Containerless Django - Speaker Deck
-
Quickstart: Compose and Django | Docker Documentation
Getting started with Docker Compose and Django -
Will McGugan: Adding type hints to the Django ORM
-
How to Extend Django User Model
-
What’s It Like For A Developer Moving To Wagtail From Drupal?
-
Filtering and Pagination with Django
-
Mako
About: "Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics." Plays nice with Python-based static-site generators like Nikola or Pelican or CMS like Django. Being used by e.g. Reddit. HAG -
Why Leading UK Agency for Nonprofits has Dropped Drupal | Torchbox
Have a look -
The Ultimate Guide to Django Redirects – Real Python