change: change apps folder

This commit is contained in:
behruz-dev
2025-08-28 14:21:12 +05:00
parent ccfe0d6c18
commit 53042ed25e
31 changed files with 68 additions and 42 deletions

View File

@@ -3,4 +3,4 @@ from django.apps import AppConfig
class AccountsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'accounts'
name = 'core.apps.accounts'