Configuration

These are the available settings.

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

class django_qr.conf.AppSettings

Access this instance as .conf.app_settings.

QR_ENABLED: bool = True

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