You are writing a comment about Development to Deployment in Django, here is a quick summary:
An overview of my pipeline between development and deployment for Django projects. Fabric and Git turn a potentially unhappy task into something very quick and easy.
You are responding to this comment written by doug on November 8th 2008, 20:21.
I've noticed that some variables set in local settings don't stick -- notably CACHE_BACKEND.
In settings.py, I have
CACHE_BACKEND = 'memcached://prod-cache-server:11211/'
CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
Django uses the one in settings.py
Have you seen this sort of thing?
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: