add: add stock movemend models, api, admins

This commit is contained in:
behruz-dev
2025-08-28 11:55:12 +05:00
parent 86625b12e4
commit 4df87e90d5
11 changed files with 395 additions and 13 deletions

View File

@@ -6,4 +6,6 @@ class WherehouseConfig(AppConfig):
name = 'core.apps.wherehouse'
def ready(self):
from . import admin
from . import admin
from . import signals