Contact App Setup Complete

parent aeb3299f
......@@ -43,7 +43,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'Homepage'
'Homepage',
'Contact'
]
MIDDLEWARE = [
......
......@@ -3,5 +3,6 @@ from django.urls import include, path
urlpatterns = [
path('Homepage/', include('Homepage.urls', namespace="Homepage")),
path('Contact/', include('Contact.urls', namespace="Contact")),
path('admin/', admin.site.urls),
]
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