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)