organization limit for quota - get org childs

This commit is contained in:
2025-07-16 12:21:29 +03:30
parent a70d451ca1
commit a6b29ad28d
47 changed files with 375 additions and 11 deletions

7
apps/pos_device/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class PosDeviceConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.pos_device'