add orders app and add new model on products
This commit is contained in:
@@ -26,6 +26,7 @@ APPS = [
|
||||
'core.apps.wherehouse',
|
||||
'core.apps.products',
|
||||
'core.apps.projects',
|
||||
'core.apps.orders',
|
||||
]
|
||||
|
||||
PACKAGES = [
|
||||
|
||||
@@ -19,6 +19,7 @@ urlpatterns = [
|
||||
path('wherehouses/', include('core.apps.wherehouse.urls')),
|
||||
path('projects/', include('core.apps.projects.urls')),
|
||||
path('products/', include('core.apps.products.urls')),
|
||||
path('orders/', include('core.apps.orders.urls')),
|
||||
]
|
||||
)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user