1 2 3 4 | try:
from settings_local import *
except ImportError:
print u'File settings_local.py is not found. Continuing with production settings.'
|
More like this
- Load local settings by ofalk 2 years, 11 months ago
- Better Static Image Serving With Fallback by menendez 2 years, 2 months ago
- Setting distinction between development and public server by Archatas 5 years, 2 months ago
- Rails-like environments using Django by ElfSternberg 2 years, 7 months ago
- Dynamically maintain local_constants.py from South migration by menendez 2 years, 2 months ago
Comments