Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System checks of INSTALLED_APPS #545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 15, 2018

  1. Since we are comparing the INSTALLED_APPS with settings.SHARED_APPS a…

    …nd settings.TENANT_APPS, it doesn't make sense to compare with app_configs. We had to change this to be able to use Sentry. Sentry's Django AppConfig's name is "raven.contrib.django", but in INSTALLED_APPS you write "raven.contrib.django.raven_compat".
    pmontepagano committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f0d65cd View commit details
    Browse the repository at this point in the history