fix: extracted all web related stuff to a new app
This commit is contained in:
@@ -40,6 +40,7 @@ PROJECT_APPS = [
|
||||
"theme",
|
||||
"tpv",
|
||||
"users",
|
||||
"web",
|
||||
]
|
||||
|
||||
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + PROJECT_APPS
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("shop.urls")),
|
||||
path("", include("web.urls", namespace='web')),
|
||||
path("admin/", admin.site.urls),
|
||||
path("api/v1/", include("config.api.v1.urls")),
|
||||
path("watchman/", include("watchman.urls")),
|
||||
|
||||
Reference in New Issue
Block a user