diff --git a/docs/configuration.rst b/docs/configuration.rst index eedb2a7a9a8266ed0fa33fef2e5796c52c384f4f..547ee179cf040d328b4869352107b9af6dd8a484 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -7,6 +7,9 @@ A number of configuration options can be set in Django project that affect the identicon generation. Each configuration option comes with a default value that's used if it's not specified explicitly in project settings. +The application will verify configuration options, and raise an +``ImproperlyConfigured`` exception in case of a problem. + ``PYDENTICON_ROWS`` -------------------