mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
This makes it possible to run django.setup() in management commands that don't need a settings module. In addition it simplifies error handling. Thanks Claude for the review.