User menu
* starts user menu implementation
This commit is contained in:
@@ -62,6 +62,7 @@ INSTALLED_APPS = [
|
||||
'intervention',
|
||||
'organisation',
|
||||
'news',
|
||||
'user',
|
||||
]
|
||||
if DEBUG:
|
||||
INSTALLED_APPS += [
|
||||
|
||||
@@ -33,7 +33,7 @@ urlpatterns = [
|
||||
path('eco-account/', include("intervention.urls")), #ToDo
|
||||
path('ema/', include("intervention.urls")), #ToDo
|
||||
path('organisation/', include("organisation.urls")),
|
||||
path('user/', include("intervention.urls")), #ToDo
|
||||
path('user/', include("user.urls")),
|
||||
path('news/', include("news.urls")),
|
||||
|
||||
# Autocomplete paths
|
||||
|
||||
Reference in New Issue
Block a user