d5374bf
1
2
3
4
5
6
7
from django.urls import path from . import views urlpatterns = [ # path('notifications/', views.notification_list, name='notification_list'), # path('notifications/<int:id>/', views.notification_detail, name='notification_detail'), ]