IdHub/idhub_auth/apps.py

7 lines
146 B
Python
Raw Normal View History

2023-10-25 15:49:17 +00:00
from django.apps import AppConfig
class AuthConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'idhub_auth'