We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we could prevent such errors recurring in the future by adding a system check that ensures:
staticfiles
AppDirectoriesFinder
STATICFILES_FINDERS
Django’s contrib apps do similar, for example admin checks for its dependencies: https://github.com/django/django/blob/184d82d8488b1b31ade5b5a68b0040f1c267f2be/django/contrib/admin/checks.py#L56
admin
Originally posted by @adamchainz in #231 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we could prevent such errors recurring in the future by adding a system check that ensures:
staticfiles
is installedAppDirectoriesFinder
is inSTATICFILES_FINDERS
Django’s contrib apps do similar, for example
admin
checks for its dependencies:https://github.com/django/django/blob/184d82d8488b1b31ade5b5a68b0040f1c267f2be/django/contrib/admin/checks.py#L56
Originally posted by @adamchainz in #231 (comment)
The text was updated successfully, but these errors were encountered: