chore: add app names to installed_apps in settings.py

parent 4fbe516e
...@@ -43,6 +43,8 @@ INSTALLED_APPS = [ ...@@ -43,6 +43,8 @@ INSTALLED_APPS = [
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'assignments' 'assignments'
'forum'
'homepage'
] ]
MIDDLEWARE = [ 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