In fact, what it really should have is a section on how to configure
Django to run standalone (i.e., not in a web server context).
--
Ticket URL: <https://code.djangoproject.com/ticket/25156>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: 1 => 0
* type: Uncategorized => Cleanup/optimization
* easy: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25156#comment:1>
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/5030 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25156#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5281f8b635f10b2839dc146d7e44f7d94d1955d8" 5281f8b6]:
{{{
#!CommitTicketReference repository=""
revision="5281f8b635f10b2839dc146d7e44f7d94d1955d8"
Fixed #25156 -- Mentioned django.setup() in the settings overview for
standalone Django use.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25156#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"432a0cde3907972b57bf811e0895a36bdc5b2e7f" 432a0cd]:
{{{
#!CommitTicketReference repository=""
revision="432a0cde3907972b57bf811e0895a36bdc5b2e7f"
[1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview
for standalone Django use.
Backport of 5281f8b635f10b2839dc146d7e44f7d94d1955d8 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25156#comment:4>