feat: remove Products admin page

This commit is contained in:
2026-05-18 18:05:16 +02:00
parent 6471b98ec2
commit a3cd8d42fa
7 changed files with 0 additions and 184 deletions

View File

@@ -13,6 +13,5 @@ urlpatterns = [
views.mock_refund_purchase,
name="mock_refund_purchase",
),
path("test-purchase/", views.test_purchase, name="test_purchase"),
path("success/", views.purchase_success, name="purchase_success"),
]