order apilar qoshildi
This commit is contained in:
@@ -27,6 +27,7 @@ INSTALLED_APPS = [
|
||||
'core.apps.shared',
|
||||
'core.apps.authentication',
|
||||
'core.apps.accounts',
|
||||
'core.apps.orders',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -39,6 +39,7 @@ urlpatterns += [
|
||||
path('accounts/', include('core.apps.accounts.urls')),
|
||||
path('authentication/', include('core.apps.authentication.urls')),
|
||||
path('shared/', include('core.apps.shared.urls')),
|
||||
path('orders/', include('core.apps.orders.urls')),
|
||||
],
|
||||
)),
|
||||
]
|
||||
Reference in New Issue
Block a user