Configuration

These are the available settings.

All attributes prefixed HTMX_MODAL_FORMS_* can be overridden from your Django project’s settings module by defining a setting with the same name.

class django_htmx_modal_forms.conf.AppSettings[source]

Access this instance as .conf.app_settings.

HTMX_MODAL_FORMS_ENABLED: bool = True

Whether the app is enabled (dummy setting to demo usage).