Files @ ea271641d4c0
Branch filter:

Location: website/conservancy/ccs_upload/urls.py

paulv
update path -- website/systemd is now website/deploy/systemd
1
2
3
4
5
6
7
8
from django.urls import path

from . import views

app_name = "ccs_upload"
urlpatterns = [
    path('', views.upload, name='form')
]