Commit 93ffb856 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Created a URL pattern on which the Homepage/views/ is mapped

parent df61a7f7
from django.urls import path
from . import views
urlpatterns = [
path('', views.indexHomepage, name="indexHomepage"),
]
\ 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