Commit 00606183 authored by Lay Villanueva's avatar Lay Villanueva

created urls.py

parent 87bc5685
from django.urls import path
from .views import index
urlpatterns = [
path('', index, name='index'),
]
app_name="Homepage"
\ 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