Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Servers — Django Best Practices
Deployment arcitectures vary widely depending on the needs and traffic of the site. The setup described below works best for us in most instances. We serve Django on Linux with a PostgreSQL database backend via Apache and mod_wsgi from behind an Nginx instance acting as a frontend proxy. -
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
In this guide we'll go over the process of deploying a Django application on a Joyent Shared Accelerator (now called SmartMachines). We'll be using the following tools: * Virtualenv - to isolate our Python environment and manage software versions. * pip - to install packages. * git - for version control * NginX - to serve our Django site through FastCGI. -
The awesomest way possible to serve your static stuff in Django with Nginx - Peterbe.com (Peter Bengtsson on Python, Django, Zope, Kung Fu, London and photos)
-
Django settings.py for development and production | TurnKey Linux Blog
-
Django Settings Tip - Setting Relative Paths
-
Optimizing Django: tricks for faster page loads | TurnKey Linux Blog
-
peterbe/django-static - GitHub
-
Speed up Django with far-future expires, compression and other best practices | Greg Brown's Website.
-
jquery - How do I do this in Javascript and Django? - Stack Overflow
-
Django Best Practices — Django Best Practices
-
Andy Boyle » Step Two: Installing and setting up a basic Django project
-
Green Unicorn - Welcome
-
charles leifer | Django's Inlineformset_factory and You
-
Djangoにおけるdumpdataとloaddata:ある nakagami の日記:So-netブログ
-
Writing unit tests in Django / Python - Stack Overflow
-
Presentation: pip and virtualenv | mathematism
-
django1.2 リリースノート | tsuyuki.makoto
-
Andy Boyle » Step One: Setting up your Ubuntu server on Amazon Web Services
-
kmike / django-fab-deploy / overview – Bitbucket
-
The perfect Django setup. - Stochastic Technologies' official blog
-
DJANGO URL Validation, I just want to see if the URL exists - Stack Overflow
-
Django and Crontab: Best Friends · SuperJared.com
use this to batch populate a database using a batch file of django shell commands -
Subversion for Web Developers | Django Web Development - Lincoln Loop
-
Django on NoSQL and entrepreneurship/startup topics | All Buttons Pressed
-
Django tips: get the most out of generic views