added assignments page Django app to the project and updated the inner...

added assignments page Django app to the project and updated the inner widget_TypeWriterMonkeyCSCIMoment folder to add a URL in the urls.py file for the assignments page
parent 99702170
...@@ -18,5 +18,6 @@ from django.urls import include, path ...@@ -18,5 +18,6 @@ from django.urls import include, path
urlpatterns = [ urlpatterns = [
path('homepage/', include('homepage.urls', namespace="homepage")), path('homepage/', include('homepage.urls', namespace="homepage")),
path('assignments/', include('assignments.urls')),
path('admin/', admin.site.urls), 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