Commit 78714982 authored by sawmi.rajapaksha-m's avatar sawmi.rajapaksha-m

Upload New File

parent 3cc82f60
from django.urls import path
from . import views
urlpatterns = [
path('about/', views.about, name='about'),
# ... other paths
]
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