1 2 3 4 | try:
from settings_local import *
except:
pass
|
More like this
- Load a local settings file for dev/test environments by menendez 4 years, 9 months ago
- Setting distinction between development and public server by Archatas 6 years, 2 months ago
- Keep settings.py in version control safely by mboersma 6 years, 2 months ago
- Read settings from local_settings.py by statico 3 years, 4 months ago
- Django app WSGI by ofalk 3 years, 11 months ago
Comments