Add AnnouncementsConfig and ForumConfig to INSTALLED_APPS

parent 7b4a69ac
......@@ -41,8 +41,8 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'homepage.apps.HomepageConfig',
'announcements',
'forum',
'announcements.apps.AnnouncementsConfig',
'forum.apps.ForumConfig',
'assignments.apps.AssignmentsConfig',
]
......
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