Commit 882a5b15 authored by Julia Anishka's avatar Julia Anishka

added homepage, about, contact apps to installed apps in settings.py

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