#29765: Mention MIDDLEWARE/INSTALLED_APPS order is important in settings.py
-------------------------------------+-------------------------------------
               Reporter:  Windson    |          Owner:  Windson yang
  yang                               |
                   Type:             |         Status:  assigned
  Cleanup/optimization               |
              Component:             |        Version:  master
  Documentation                      |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 It will be better to add
 [https://docs.djangoproject.com/en/2.1/topics/http/middleware/#middleware-
 order-and-layering] before

 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.448436de4e1cf5a158717533e19d32a5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to