ConceptPortal-public/rsconcept/backend/apps/users/apps.py

9 lines
235 B
Python
Raw Normal View History

''' Application: User profile and Authentification. '''
2023-07-15 17:46:19 +03:00
from django.apps import AppConfig
class UsersConfig(AppConfig):
''' Application config. '''
2023-07-15 17:46:19 +03:00
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.users'