add orders app and add new model on products
This commit is contained in:
@@ -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