Commit f4bb6bba authored by Lay Villanueva's avatar Lay Villanueva

updated settings.py

added about in the installed_apps list
parent ab9752dd
......@@ -41,7 +41,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'homepage',
'homepage',
'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