123456789 |
- from django.apps import AppConfig
- class WagtailcrxConfig(AppConfig):
- name = 'wagtailcrx'
- verbose_name = 'Wagtail CRX'
- # TODO: At some point in the future, change this to BigAutoField and create
- # the corresponding migration for concrete models in wagtailcrx.
- default_auto_field = 'django.db.models.AutoField'
|