Commit 03a11ee8 authored by Jeremy Factor's avatar Jeremy Factor

Added widget_jupert

parent 0d04c388
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
......
......@@ -20,5 +20,6 @@ urlpatterns = [
path('homepage/', include('homepage.urls')),
path('announcements/', include('announcements.urls')),
path('forum/', include('forum.urls')),
path('assignments/', include('assignments.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