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