apps.py 331 B

123456789
  1. from django.apps import AppConfig
  2. class WagtailcrxConfig(AppConfig):
  3. name = 'wagtailcrx'
  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 wagtailcrx.
  7. default_auto_field = 'django.db.models.AutoField'