Commit ebacbe6c authored by adam.fisher1's avatar adam.fisher1

Update urls.py

parent cb33e685
Pipeline #708 canceled with stages
from django.urls import path from django.urls import path
from .views import home_page_view from .views import home_page_view
urlpatterns = [ urlpatterns = [
path("", home_page_view), path('', home_page_view, name='home_page_view'), # URL named 'home_page'
] ]
\ No newline at end of file
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