apps.py 331 B

123456789
  1. from django.apps import AppConfig
  2. class CoderedcmsConfig(AppConfig):
  3. name = "coderedcms"
  4. verbose_name = "Wagtail CRX"
  5. # TODO: At some point in the future, change this to BigAutoField and create
  6. # the corresponding migration for concrete models in coderedcms.
  7. default_auto_field = "django.db.models.AutoField"