feat: changed TPV behaviour
This commit is contained in:
@@ -39,7 +39,6 @@ PROJECT_APPS = [
|
||||
"files",
|
||||
"shop",
|
||||
"theme",
|
||||
"tpv",
|
||||
"users",
|
||||
"web",
|
||||
]
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user