Commit 52e11bc3 authored by Alia Lawraine Olay's avatar Alia Lawraine Olay

Added comma in urls.py

parent 15e7ec0d
......@@ -21,6 +21,6 @@ urlpatterns = [
path('announcements/', include('announcementboard.urls', namespace="announcementboard")),
path('forum/', include('forum.urls', namespace="forum")),
path('calendar/', include('calendarapp.urls', namespace="calendar")),
path('assignments/', include('assignments.urls', namespace="assignments"))
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