Inspectopedia 2025.1 Help

Unresolved Constance setting

Reports unresolved keys in Django Constance configuration.

Example:

# settings.py CONSTANCE_CONFIG = { 'SITE_NAME': ('My Title', 'Website title'), } # somewhere in the project from constance import config print(config.SITE_DESCRIPTION)

Locating this inspection

By ID

Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.

ConstanceSettingUsageInspection
Via Settings dialog

Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.

Settings or Preferences | Editor | Inspections | Django

Inspection Details

By default bundled with:

PyCharm 2025.1,

Can be installed with plugin:

Django, 251.24728

01 April 2025