mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-29 05:31:59 +02:00
7 lines
143 B
Python
7 lines
143 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DcaConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.dca"
|