Commit 73e9bf43 authored by Lay Villanueva's avatar Lay Villanueva

updated settings.py

contact is added in installed apps
parent 20c45b27
......@@ -42,7 +42,8 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'homepage',
'about',
'about',
'contact',
]
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