mirror of
https://github.com/django/django.git
synced 2025-05-07 23:46:30 +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.