Constance setting is not in fieldsets
Detects missing keys in CONSTANCE_CONFIG_FIELDSETS
(a constant for configuring Django Constance).
Example:
CONSTANCE_CONFIG = {
'SITE_NAME': ('My Title', 'Website title'),
'SITE_DESCRIPTION': ('', 'Website description'),
}
CONSTANCE_CONFIG_FIELDSETS = {
'General Options': ('SITE_NAME'),
}
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.
ConstanceFieldsetsMissingInspection- 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