Commit 0bcfdfd4 authored by Nicholo Pardines's avatar Nicholo Pardines

Added django apps to django project installed apps

parent 5e2c928b
...@@ -42,6 +42,9 @@ INSTALLED_APPS = [ ...@@ -42,6 +42,9 @@ INSTALLED_APPS = [
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'homepage',
'about',
'contact',
] ]
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