Closed ndarville closed 12 years ago
Also change the README accordingly.
Okay, so what are the alternatives to using environment variables for manipulable settings like e-mail:
production_settings.py
rsync
.
Got it working, because I'm a fucking idiot who forgot to do it through CLI and not try messing around with the Django shell.
Changing or creating a key-value in the
env
environment does not change the value retrieved insettings.py
:settings.py
:How often is
settings.py
run?Replacing
env
withos.environ
does not fix the problem:Question posted: