Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Nginx, Django, and X-Accel-Redirects — The Wellfire Blog
Serving protected files and resources with Nginx -
Build an IVR system with Twilio and Django
-
Jimdo/abby
This web app aims to be the common place, where all your A/B tests can be stored and documented. There is the possibility to document tests and to add results to them. Further, there is a Elasticsearch backend for powerful search options. -
Performant Django - Ara Anjargolian
-
Deferred Tasks and Scheduled Jobs with Celery 3.1, Django 1.7 and Redis - GoDjango.com
-
django-page-cms 1.6.2 : Python Package Index
Has a hierarchical page admin that I should steal for Bluetrain installs. -
Ephemeral Postgres Databases
-
Introduction | DjangoGirls Tutorial
Once you've finished the tutorial, you will have a simple, working web application: your own blog. -
Nginx, Django, and X-Accel-Redirects — The Wellfire Blog
-
Jacob Kaplan-Moss
-
Django Migrations - A Primer - Real Python
-
Caktus Group : Tips for Upgrading Django
-
Testing Django Websites | Wilfred Hughes :: Blog
-
Performant Django - Ara Anjargolian
-
Django ImageKit
ImageKit is a Django app for processing images. -
Gerbi’s CMS documentation — django-page-cms 1.6.1 documentation
-
django memory leaks, part I | Gingerlime
-
django memory leaks, part II | Gingerlime
-
Forms have never been this crispy — django-crispy-forms
-
BotBot.me · GitHub
-
Setting up Django and your web server with uWSGI and nginx — uWSGI 2.0 documentation
-
20seven
-
Greg Newman
-
matthewwithanm/django-imagekit
-
Drop-dead simple Django caching
"Caching is easy to screw up. Usually it's a manual process which is error-prone and tedious. It's actually quite easy to cache, but knowing when to invalidate which caches becomes a lot harder. There is a subset of caching the caching problem that, with Django, can be done quite easily. The underlying idea is that every Django model has a primary key, which makes for an excellent key to a cache. Using this basic idea, we can cover a fairly large use case for caching, automatically, in a much more deterministic way."