fix: removed stale views

This commit is contained in:
2024-11-23 20:52:46 +01:00
parent 9608e283dd
commit 1f02858477
4 changed files with 95 additions and 64 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from django.urls import path
from shop.views import index, list_products, product_detail
from web.views import index, list_products, product_detail
app_name = "web"