Added missing commas in installed_apps

parent d7e22042
...@@ -40,8 +40,8 @@ INSTALLED_APPS = [ ...@@ -40,8 +40,8 @@ INSTALLED_APPS = [
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'Dashboard' 'Dashboard',
'widgetcalendar' 'widgetcalendar',
] ]
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