Inspectopedia 2024.3 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 2024.3,

Can be installed with plugin:

Django, 243.23132

Last modified: 03 December 2024