Add new apps to settings.py
Document new to-do items
This commit is contained in:
parent
84b93b20b3
commit
7c83dd6c2a
2 changed files with 8 additions and 5 deletions
10
TODO.md
10
TODO.md
|
@ -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
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@ INSTALLED_APPS = [
|
|||
'cronhandler',
|
||||
'cbt',
|
||||
'dreams',
|
||||
'meds',
|
||||
'friends',
|
||||
'habits',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in a new issue