kenken999's picture
fda
0f43f8a
raw
history blame
108 Bytes
from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]