MIDDLEWARE = [
...
]
and [https://docs.djangoproject.com/en/2.1/ref/settings/#installed-apps]
before
INSTALLED_APPS = [
...
]
to tell user the order is important.
--
Ticket URL: <https://code.djangoproject.com/ticket/29765>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/10400
--
Ticket URL: <https://code.djangoproject.com/ticket/29765#comment:1>
* status: assigned => closed
* resolution: => wontfix
Comment:
There was a rather lengthy effort in 2013 to simplify the project
template's `settings.py` that resulted in
3f1c7b70537330435e2ec2fca9550f7b7fa4372e. In light of that, I don't think
there will be much consensus to begin adding more documentation back to
`settings.py`.
--
Ticket URL: <https://code.djangoproject.com/ticket/29765#comment:2>