Update settings.py due to module not found error

parent 357ed8d4
...@@ -41,7 +41,7 @@ INSTALLED_APPS = [ ...@@ -41,7 +41,7 @@ INSTALLED_APPS = [
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'dashboard' 'dashboard',
'announcement_board', 'announcement_board',
] ]
......
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