Commit 27866dbd authored by Lance Cedric Tan's avatar Lance Cedric Tan

Added app to settings and urls

parent 900b7123
......@@ -17,6 +17,7 @@ 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