Added contact and about to the list of installed apps in the project settings

Lets Django know that the app exists
parent 843ba89f
Pipeline #2756 canceled with stages
......@@ -42,6 +42,8 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'homepage',
'contact',
'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