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'),
}