Files @ 6139a13fde7a
Branch filter:

Location: website/conservancy/contractpatch/urls.py

bsturmfels
Add payment time column to Stripe export
1
2
3
4
5
6
7
from django.urls import path

from . import views as cpatch_views

urlpatterns = [
    path('', cpatch_views.index),
]