User menu

* starts user menu implementation
This commit is contained in:
mipel
2021-07-08 11:07:33 +02:00
parent d50fb1a1d6
commit 41fff3a687
11 changed files with 77 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ INSTALLED_APPS = [
'intervention',
'organisation',
'news',
'user',
]
if DEBUG:
INSTALLED_APPS += [