Load local settings

1
2
3
4
try:
    from settings_local import *
except:
    pass

More like this

  1. Load a local settings file for dev/test environments by menendez 4 years, 10 months ago
  2. Setting distinction between development and public server by Archatas 6 years, 2 months ago
  3. Keep settings.py in version control safely by mboersma 6 years, 2 months ago
  4. Read settings from local_settings.py by statico 3 years, 4 months ago
  5. Django app WSGI by ofalk 3 years, 11 months ago

Comments

(Forgotten your password?)