Commit 86ca8dc6 authored by Alia Lawraine Olay's avatar Alia Lawraine Olay

Added appname in urls.py of assignments

parent 52e11bc3
...@@ -5,3 +5,5 @@ from . import views ...@@ -5,3 +5,5 @@ from . import views
urlpatterns = [ urlpatterns = [
path('', views.index, name="index") path('', views.index, name="index")
] ]
app_name = "assignments"
\ No newline at end of file
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