#32692: Django 3.2 automatic AppConfig discovery breaks projects working in 
3.1.8
-------------------------------+--------------------------------------
     Reporter:  Manel Clos     |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  contrib.admin  |                  Version:  3.2
     Severity:  Normal         |               Resolution:  invalid
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by Carlton Gibson):

 Specifically Manel you can use the `DIR` option to the `TEMPLATES` setting
 to configure project level directories, rather than (mis)using `APP_DIRS`,
 which loads the per-app templates, that you've been relying on up to now.

 https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-TEMPLATES-
 DIRS

 See also the Overriding Templates How-To, which provides more of a walk
 through of the configuration at the beginning.
 https://docs.djangoproject.com/en/3.2/howto/overriding-templates/

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32692#comment:9>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.47e145fc3513024da222fe1be3d41754%40djangoproject.com.

Reply via email to