mirror of
https://github.com/django/django.git
synced 2025-02-24 00:55:17 +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.