Commit b1f82d90 authored by Lance Cedric Tan's avatar Lance Cedric Tan

Added app to settings and urls

parent a3c6fabb
......@@ -17,7 +17,6 @@ from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path('forum/', include('forum.urls', namespace="forum")),
path('admin/', admin.site.urls),
path('announcement_board/', include('announcement_board.urls', namespace='announcement_board')),
path('dashboard/', include('dashboard.urls', namespace="dashboard")),
......
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