Private
Public Access
1
0

first attempt on c2

This commit is contained in:
Sander Roosendaal
2023-02-10 16:55:47 +01:00
parent d661f861c4
commit 2981c59a5d
19 changed files with 873 additions and 1129 deletions

View File

@@ -1169,8 +1169,3 @@ urlpatterns = [
name="braintree_webhook_view"),
]
if settings.DEBUG: # pragma: no cover
urlpatterns += [
re_path(r'^c2listug/(?P<page>\d+)/$', views.c2listdebug_view),
re_path(r'^c2listug/$', views.c2listdebug_view),
]