testing / auth_api /apps.py
Danielsz's picture
deploy
16e8be2
Raw
History Blame Contribute Delete
147 Bytes
from django.apps import AppConfig
class AuthApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'auth_api'