Skip to content

Improve settings validations #318

Description

@nitely

Related to #316

We should validate settings, at least as a sort of sanity check. Most obvious settings to check are the installed apps and middleware. There are already some checks in place.

Example:

if not set(base.INSTALLED_APPS).issubset(settings.INSTALLED_APPS):
    raise ImproperlyConfigured("...")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions