Mako templates use old version until I manually update template files

Posted by Dave Aaron Smith on Stack Overflow See other posts from Stack Overflow or by Dave Aaron Smith
Published on 2009-12-22T22:08:24Z Indexed on 2010/04/08 21:53 UTC
Read the original article Hit count: 331

Filed under:
|
|

I periodically get this problem where all of a sudden mako is using old versions of templates, and it's not until I manually go and update the template files that they'll use the current version. I'm using

./manage.py runserver

I think it's usually after I update using source control, but it's intermittent, and I can't reliably reproduce the problem.

© Stack Overflow or respective owner

Related posts about django

Related posts about mako