summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/custom_templates/project_template/additional_dir/localized.py
AgeCommit message (Collapse)Author
2014-05-27Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
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.