mirror of
https://github.com/django/django.git
synced 2025-04-09 15:59:41 +00:00
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.