Commit fd21d23d authored by Junho Park's avatar Junho Park

fix: no commas settings INSTALLED_APPS array

parent 49ebd0ae
No preview for this file type
...@@ -42,9 +42,9 @@ INSTALLED_APPS = [ ...@@ -42,9 +42,9 @@ INSTALLED_APPS = [
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'assignments' 'assignments',
'forum' 'forum',
'homepage' '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