Added all current apps to INSTALLED_APPS in settings.py

parent 68c5cc7b
......@@ -42,7 +42,10 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'forum'
'forum',
'assignments',
'homepage',
'announcements',
]
MIDDLEWARE = [
......
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