Edited urls for assignments app

parent c6aa0cff
......@@ -20,5 +20,6 @@ urlpatterns = [
path('homepage/', include('homepage.urls', namespace="homepage")),
path('announcements/', include('announcementboard.urls', namespace="announcementboard")),
path('calendar/', include('calendarapp.urls', namespace="calendar")),
path('assignments/', include('assignments.urls', namespace="assignments"))
path('admin/', admin.site.urls)
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment