What is the recommended way of handling settings for local development and the production server? Some of them (like constants, etc) can be changed/accessed in both, but s
For most of my projects I use following pattern:
from settings_base import *)(To run manage.py with custom settings file you simply use --settings command option: manage.py )