mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #22699 -- Configure default settings in some management commands.
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.
This commit is contained in:
parent
2e613ea5c5
commit
4865326f22
2 changed files with 31 additions and 26 deletions
|
|
@ -0,0 +1,2 @@
|
|||
# Regression for #22699.
|
||||
# Generated at {% now "DATE_FORMAT" %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue