Commit ca2ca872 authored by Jayson Lim's avatar Jayson Lim

added a URL that points to the view function of the About app

parent 6500aaef
from django.urls import path
from .views import index
urlpatterns = [
path('', index, name='index'),
]
# This might be needed, depending on your Django version
app_name = "About"
\ 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