Commit 3bdd36b7 authored by Jayson Lim's avatar Jayson Lim

added the Contact app to the INSTALLED_APPS setting in the settings.py file

parent ff74aea5
......@@ -44,6 +44,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'Homepage',
'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