7 lines
160 B
Python
7 lines
160 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuthenticationConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'authentication'
|