Commit cd4ff487 authored by justin's avatar justin

Added URL routing for assignments

parent 7318a5e8
from django.urls import path
from . import views
urlpatterns = [
path("", views.assignments, name="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