django_hstore_widget.apps¶
Module Contents¶
- class django_hstore_widget.apps.DjangoHStoreWidgetConfig(app_name, app_module)¶
Bases:
django.apps.AppConfigApplication configuration for django-hstore-widget.
Registers the PostgreSQL backend check on app ready so that non-PostgreSQL setups receive a warning during system checks.
- default_auto_field = 'django.db.models.BigAutoField'¶
- name = 'django_hstore_widget'¶
- ready()¶
Override this method in subclasses to run code when Django starts.