This commit is contained in:
@@ -40,7 +40,7 @@ THIRD_PARTY_APPS = [
|
||||
'gonk',
|
||||
]
|
||||
|
||||
PROJECT_APPS = ['shop', 'users', 'web']
|
||||
PROJECT_APPS = ['shop', 'users', 'web', 'backoffice']
|
||||
|
||||
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + PROJECT_APPS
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('watchman/', include('watchman.urls')),
|
||||
path('tpv/', include('shop.urls', namespace='shop')),
|
||||
path('backoffice/', include('backoffice.urls', namespace='backoffice')),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user