Add new apps to settings.py

Document new to-do items
This commit is contained in:
Kumi 2021-01-04 07:39:16 +01:00
parent 1619f6895f
commit 73946a6306
2 changed files with 8 additions and 5 deletions

10
TODO.md
View file

@ -4,7 +4,7 @@
[_] Make sure users can't access other users' data
[_] Allow configuration as single user instance
[_] User profiles / names / gateway config
[_] User profiles / names / gateway config / time zone settings
## mood module
@ -31,16 +31,16 @@
## meds module
[ ] Implement medication tracker
[ ] Implement supply / refill system
[_] Implement medication tracker
[_] Implement supply / refill system
## habits module
[ ] Implement regular habit tracker
[_] Implement regular habit tracker
## friends module
[ ] Implement basic personal relationship manager
[_] Implement basic personal relationship manager
## Frontend

View file

@ -23,6 +23,9 @@ INSTALLED_APPS = [
'cronhandler',
'cbt',
'dreams',
'meds',
'friends',
'habits',
]
MIDDLEWARE = [