Commit c5ac28bb authored by Ysabella Panghulan's avatar Ysabella Panghulan

added homepage, about and contact apps in installed apps

parent 165898d9
......@@ -35,6 +35,9 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'contact.apps.ContactConfig',
'about.apps.AboutConfig',
'homepage.apps.HomepageConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
......
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