Commit Graph

3 Commits

Author SHA1 Message Date
60441aa5d9 Add initial navbar
This includes all boards, as well as report counts if the user is an
admin.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-07-19 19:45:36 -07:00
cde051653d Add STATIC_ROOT for static files on the filesystem
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-07-17 20:15:56 -07:00
258b8b955b Rename settings.py -> settings.example.py
When a new deployment is created, or when new settings are added, we
want to avoid overwriting settings that may already be present. So we
use the settings.example.py file for default settings and settings.py
for deployment settings instead.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-07-17 19:55:43 -07:00