Anna Sirota
b218729a13
This is done to avoid `python-dotenv` silently fumbling ALL setting because it cannot handle Bash-like escaping, which would be extremely problematic in production. Example of what `python-dotenv` cannot handle (unlike Bash `source` or systemd `EnvironmentFile=`) `'aaa'"bb'bb"'ccc'` which is a perfectly valid escaping of `aaabb'bbccc`. |
||
---|---|---|
.. | ||
__init__.py | ||
settings.py | ||
tests.py | ||
urls.py | ||
wsgi.py |