feat: changed TPV behaviour

This commit is contained in:
Pablo Moreno
2025-01-12 22:40:46 +01:00
parent fc0cdad246
commit a733325529
43 changed files with 1036 additions and 1100 deletions
-1
View File
@@ -39,7 +39,6 @@ PROJECT_APPS = [
"files",
"shop",
"theme",
"tpv",
"users",
"web",
]
+1 -1
View File
@@ -9,8 +9,8 @@ urlpatterns = [
path("admin/", admin.site.urls),
path("api/v1/", include("config.api.v1.urls")),
path("watchman/", include("watchman.urls")),
path("tpv/", include("tpv.urls", namespace="tpv")),
path("auth/", include("users.urls", namespace="users")),
path("tpv/", include("shop.urls", namespace="shop")),
]
if settings.DEBUG: