User menu
* adds user notifications and management
This commit is contained in:
@@ -7,9 +7,10 @@ Created on: 08.07.21
|
||||
"""
|
||||
from django.urls import path
|
||||
|
||||
from user.views import index_view
|
||||
from user.views import *
|
||||
|
||||
app_name="user"
|
||||
app_name = "user"
|
||||
urlpatterns = [
|
||||
path("", index_view, name="index"),
|
||||
path("notifications/", notifications_view, name="notifications"),
|
||||
]
|
||||
Reference in New Issue
Block a user