#33473: Dev Server fails to restart after adding BASE_DIR to 
TEMPLATES[0]['DIRS']
in settings
-------------------------------+--------------------------------------
     Reporter:  craiglabenz    |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Uncategorized  |                  Version:  4.0
     Severity:  Normal         |               Resolution:
     Keywords:  development    |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Keryn Knight):

 * cc: Keryn Knight (added)


Comment:

 I ''think'' I encountered this recently while making examples for #33461,
 though I didn't get fully to the bottom of what was going on.

 > Django does not watch for changes in template directories by design.

 It does, via the `template_changed` signal listener, which from my brief
 poking around when I saw it, is I believe the one which prevented
 `trigger_reload` from executing. But that mostly led to my realising I
 don't know what function is responsible for reloading for python files,
 rather than template/i18n  files, so I moved on.

 I would ''tentatively'' accept this, personally.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33473#comment:2>
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/069.ee37394e3de65a3339bc1e9ccb87ebec%40djangoproject.com.

Reply via email to