Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django snippets: SOAP views with on-demand WSDL generation
-
Kami/django-notifications - GitHub
-
The Django Book: Version 2.0 (English)
-
Igor Weblog: VIM and Django
-
UsingVimWithDjango – Django
-
Django + Fabric = easy multi-stage deployment on WebFaction - PithyLess
The django docs do not sufficiently cover best-practices for deployment of a site; just googling about the different ways of configuring multiple settings.py files is proof of that. Below, I have posted my current approach to multi-stage deployment of 1000it.pl which is currently deployed with the help of Fabric. The idea is to have three separate stages: testing, staging, and production. -
Mycelia
-
How to use the subtree merge strategy
-
Django | Model instance reference | Django documentation
Extra instance methods¶ In addition to save(), delete(), a model object might get any or all of the following methods: Model.get_FOO_display()¶ For every field that has choices set, ... -
Testing HTTPS with Django's Development Server - Ian Lewis
-
Chapter 2: Getting Started
-
Pydra Python Hosting
-
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
Via Phil. I think I might need this. But I'm not sure -
Celery - The Distributed Task Queue
-
LAudio - A webbased music player
-
10 Django Apps I Cant Live Without | KomunitasWeb
-
A Primer on virtualenv – All the Good Titles Were Taken - Chris Scott
-
DjangoResources – Django
-
charles leifer | Using virtualenv, pip and django-site-gen to quickly start new Django projects
-
ServerArrangements - Django - Trac
-
LoadBalancing - Django - Trac
-
Persistent Django on Amazon EC2 and EBS – The easy way : Thomas Brox Røst
-
Setting up Django and mod_wsgi | Surfing in Kansas
-
Django Settings Tip - Setting Relative Paths
-
Damon Blogons, The Perfect Django Settings File