Commit 2391478b authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

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

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