mirror of
https://github.com/django/django.git
synced 2025-02-15 03:48:26 +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.