change: change apps folder

This commit is contained in:
behruz-dev
2025-08-28 14:20:44 +05:00
parent 8ac8fd8787
commit ccfe0d6c18
11 changed files with 19 additions and 13 deletions

View File

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