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.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Django, 243.23132 |
Last modified: 03 December 2024