accounts: account app qoshildi, tenant uchun sozlandi

This commit is contained in:
behruz-dev
2025-12-05 17:41:13 +05:00
parent d8f4e44102
commit 364a4a8af1
18 changed files with 179 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
from django.apps import AppConfig
class AccountsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core.apps.accounts'
def ready(self):
import core.apps.accounts.admin