Commit 5abd66dd authored by mantlei's avatar mantlei

made the migrations necessary

parent 4380fd93
No preview for this file type
......@@ -17,8 +17,6 @@ from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('assignments/', include('Assignments.urls', namespace="Assignments")),
path('admin/', admin.site.urls),
path('calendar/', include('calendar_app.urls', namespace="calendar_app")),
path('forum/', include('forum.urls', namespace="forum")),
path('Assignments/', include('Assignments.urls', namespace="Assignments")),
......
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