mirror of
https://github.com/django/django.git
synced 2025-05-14 19:06:28 +00:00
When listing available management commands, only core commands are listed if settings have any error. This commit adds a note in this case so errors are not totally silently skipped. Thanks Peter Davis for the report.