Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-1/+1
| | | | Thanks Tim Graham for the review.
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
|
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-7/+2
| | | | | | | 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.
* Populated the app registry earlier at startup.Aymeric Augustin2013-12-301-0/+7
| | | | Refs #1796, #21676.
* Fixed #16360 -- Added WSGI entrypoint to startproject ↵Carl Meyer2011-10-221-0/+13
layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37