mybuddy/babybuddy
Christopher C. Wells e1d17759de Do not use imports in custom formats file
Using imports here apparently does not work as all the formats have to get
loaded before the new ones can be added, which means that the newly added
formats do not get recognized until the application restarts.

Fixes #90, again.
2020-01-21 07:22:30 -08:00
..
fixtures Add Temperature data to API. 2019-05-16 22:13:14 -07:00
formats Do not use imports in custom formats file 2020-01-21 07:22:30 -08:00
management Add temperature tracking. 2019-05-16 21:33:26 -07:00
migrations Add missed language update migrations 2020-01-20 15:50:35 -08:00
settings Add support for additional datetime input formats 2020-01-20 15:50:35 -08:00
static_src Add temperature tracking. 2019-05-16 21:33:26 -07:00
templates Add locale support for datetime picker 2020-01-20 15:50:35 -08:00
templatetags Add locale support for datetime picker 2020-01-20 15:50:35 -08:00
tests Add support for additional datetime input formats 2020-01-20 15:50:35 -08:00
__init__.py Bump version 2020-01-04 08:11:29 -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