Files
notification/services/auth/core/apps/accounts/apps.py
A'zamov Samandar dd0da49eb9 auth service created
2025-04-19 14:58:55 +05:00

10 lines
244 B
Python

from django.apps import AppConfig
class AccountsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core.apps.accounts"
def ready(self):
from core.apps.accounts import signals # noqa