Commit c656aeed authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

mapped the homepageIndex function to urls

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