add orders app and add new model on products

This commit is contained in:
behruz-dev
2025-08-01 16:36:27 +05:00
parent a714dbacb3
commit f757e42906
23 changed files with 326 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ APPS = [
'core.apps.wherehouse',
'core.apps.products',
'core.apps.projects',
'core.apps.orders',
]
PACKAGES = [