mybuddy/babybuddy/settings
Christopher C. Wells 8e5364d891 Ensure that empty environment values get defaults
The `os.environ.get` default is _not_ used if the environment variable is set to an empty value. This can lead to confusion if, for example, the `TIME_ZONE` environment variable is set to empty. The expected behavior is a fallback on "Etc/UTC".
2020-02-04 11:28:16 -08:00
..
__init__.py Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
base.py Ensure that empty environment values get defaults 2020-02-04 11:28:16 -08:00
development.py Update documentation throughout 2020-01-19 08:49:45 -08:00
docker.py Update documentation throughout 2020-01-19 08:49:45 -08:00
eb.py Ensure that empty environment values get defaults 2020-02-04 11:28:16 -08:00
heroku.py Ensure that empty environment values get defaults 2020-02-04 11:28:16 -08:00
production.example.py Update documentation throughout 2020-01-19 08:49:45 -08:00
travis.py Update documentation throughout 2020-01-19 08:49:45 -08:00