9 lines
250 B
Python
9 lines
250 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class Igny8CoreAuthConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'igny8_core.auth'
|
|
label = 'igny8_core_auth' # Custom label to avoid conflict with django.contrib.auth
|
|
|