spacepaste
new
Paste details
reply
|
raw
|
toggle line wrapping
from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]