mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-20 16:45:32 +00:00
7 lines
167 B
Python
7 lines
167 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class IdentityProvidersConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'identity_providers'
|