devfund-website/blender_fund
Anna Sirota b218729a13 Deps: only install python-dotenv in dev
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`.
2024-08-20 18:24:10 +02:00
..
__init__.py Refactor into an example app 2018-06-27 19:57:20 +02:00
settings.py Deps: only install python-dotenv in dev 2024-08-20 18:24:10 +02:00
tests.py Use standalone looper 2021-03-16 17:00:54 +01:00
urls.py Replace Braintree with Stripe in all payment flows 2023-11-27 13:04:45 +01:00
wsgi.py Refactor into an example app 2018-06-27 19:57:20 +02:00