mybuddy/babybuddy
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
..
fixtures Add Diaper Change "amount" field data to API 2020-01-26 14:30:00 -08:00
formats Do not use imports in custom formats file 2020-01-21 07:22:30 -08:00
management Clear cache during `reset` operation 2020-01-31 09:09:01 -08:00
migrations Add missed language update migrations 2020-01-20 15:50:35 -08:00
settings Ensure that empty environment values get defaults 2020-02-04 11:28:16 -08:00
static_src Implement pull-to-refresh (#107) 2020-02-04 10:58:26 -08:00
templates Implement pull-to-refresh (#107) 2020-02-04 10:58:26 -08:00
templatetags Fix linting issue 2020-01-31 12:05:40 -08:00
tests Hide Child from Timer detail in one child use cases 2020-01-31 12:01:17 -08:00
__init__.py Bump version 2020-01-31 09:10:40 -08:00
admin.py Add translateable strings support in babybuddy app. 2019-04-13 21:55:16 -07:00
apps.py Remove all unicode_literals imports. 2018-02-17 17:09:40 -05:00
forms.py Store and retrieve language in user Setting. 2019-04-16 21:41:55 -07:00
mixins.py Raise permission denied instead of redirecting to login (#49). 2018-05-20 14:40:09 -07:00
models.py Fix linting issues. 2019-04-18 19:55:55 -07:00
urls.py Add cookie-based language selection to user settings. 2019-04-13 20:07:46 -07:00
views.py Use cookie for language setting 2020-01-04 08:09:28 -08:00
wsgi.py Check for and load environment variables from a `.env` file. 2017-11-30 22:54:50 -05:00