[fix] apps names

This commit is contained in:
Data-Name-ID
2024-04-01 14:15:43 +03:00
parent 0fa37bf7fc
commit c8b070368b
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"
name = "api.core"
+1 -1
View File
@@ -3,4 +3,4 @@ from django.apps import AppConfig
class NotificationsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "notifications"
name = "api.notifications"
+1 -1
View File
@@ -3,4 +3,4 @@ from django.apps import AppConfig
class TeamsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "teams"
name = "api.teams"