Spaces:
Running
Running

Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
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'), | |
] |