Portal/rsconcept/backend/apps/users/apps.py
IRBorisov 2759f10d09
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (18.x) (push) Has been cancelled
Initial commit
2024-06-07 20:17:03 +03:00

12 lines
345 B
Python

''' Application: User profile and Authorization. '''
from django.apps import AppConfig
class UsersConfig(AppConfig):
''' Application config. '''
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.users'
def ready(self):
import apps.users.signals # pylint: disable=unused-import,import-outside-toplevel