Commit fa37cb12 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

updated and mapped urls for calendar

parent 21e10dbd
from django.urls import path
from . import views
# url for homepage
urlpatterns = [
path('', views.index, name='index'),
]
\ No newline at end of file
......@@ -18,5 +18,6 @@ from django.urls import path, include
urlpatterns = [
path("admin/", admin.site.urls),
path("assignments/", include("assignments.urls"))
path("assignments/", include("assignments.urls")),
path("calendar/", include("calendar_app.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