This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from backoffice.views import settings
|
||||
|
||||
urlpatterns = [
|
||||
path('brand/', settings.BrandSettingsView.as_view(), name='brand_settings'),
|
||||
path('shop/', settings.ShopSettingsView.as_view(), name='shop_settings'),
|
||||
]
|
||||
Reference in New Issue
Block a user