thejagstudio's picture
Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
raw
history blame
242 Bytes
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'),
]