mirror of
https://github.com/django/django.git
synced 2025-01-25 01:30:48 +00:00
80d74097b4
Since it triggers imports, it shouldn't be done lightly. This commit adds a public API for doing it explicitly, django.setup(), and does it automatically when using manage.py and wsgi.py.