Commit 0e897d33 authored by adam.fisher1's avatar adam.fisher1

Upload New File

parent 3b663bff
Pipeline #700 canceled with stages
from django.urls import path
from .views import home_page_view
urlpatterns = [
path("", home_page_view),
]
\ 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