Commit a5245cb5 authored by Colleen's avatar Colleen

Fixed some bugs on About app and Settings

parent 3768f42d
......@@ -35,14 +35,15 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'Homepage',
'About',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'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