Commit 923ec46d authored by Gabriel Geraldo's avatar Gabriel Geraldo

added apps to INSTALLED_APPS

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