Links tagged “django”
29 links, newest first.
djangoproject.com
Happy 20th birthday Django!: On July 13th, 2025, Django celebrates its 20th anniversary since the first public commit by Jacob Kaplan-Moss in 2005
djangostars.com
How to run complex analytical queries with SQLAlchemy Core alongside Django's ORM in the same project, covering engine setup, debugging and multi-database testing.
harishnarayanan.org
Guide to containerising a Django application with Docker and running it on Kubernetes for scale and resilience.
b-list.org
Why usernames are harder than a unique column — case folding, Unicode normalisation, homograph attacks, reserved names, and the tripartite identity pattern.
django-guardian.readthedocs.io
Documentation for django-guardian, an extra authentication backend adding per-object permissions to Django.
consideratecode.com
Walks through six web security acronyms — CSRF, HTTPS, XSS, SOP, CORS and HSTS — and what each one means for a Django developer.
django-storages.readthedocs.io
Documentation for django-storages, a collection of custom Django storage backends for Amazon S3, Google Cloud Storage, Azure, Dropbox and other providers.
awesome-django.com
Curated directory of Django apps, packages and learning resources, grouped by category from authentication and payments to CMS, search and testing.
jinja.pocoo.org
Jinja documentation page comparing Jinja's template syntax with Django templates and Mako, listing the differences that matter when porting templates between them.
blog.heroku.com
Walkthrough of building a real-time chat application with Django Channels and WebSockets, then deploying it on Heroku with Redis as the channel layer.
channels.readthedocs.io
Channels documentation for ASGI, the asynchronous successor to WSGI that lets a Python server handle WebSockets and other protocols beyond HTTP.
wagtail.io
Open-source CMS built on Django, with a page-tree content model and an editing interface aimed at non-technical authors.
thebuild.com
Why Django's ORM handles very large result sets badly, and how to use PostgreSQL server-side cursors to iterate over them instead.
djangounderthehood.com
Site of Django: Under the Hood, a conference of deep-dive talks on Django internals, with editions in 2014, 2015 and 2016.


















