#17070: newly created templatetags module not loaded or recognized until server
restart
----------------------------------+--------------------------------------
     Reporter:  UltraAyla         |                    Owner:  nobody
         Type:  Bug               |                   Status:  closed
    Component:  Template system   |                  Version:  1.3
     Severity:  Normal            |               Resolution:  invalid
     Keywords:  templatetag tags  |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------
Changes (by ptone):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 This is a general feature of a running server.  There are lots of areas in
 Django that are loaded when the first starts and are not reloaded during
 run.  The development server will auto-reload many things, and this is
 mentioned in the tutorial, but otherwise you need to restart a server
 process.  Because there are many methods of deploying Django - this
 becomes a deployment question, and difficult to document for all
 deployment options.  See for example docs on uWSGI for gradually
 restarting worker processes for example.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17070#comment:1>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to