diff options
Diffstat (limited to 'docs/narr/myproject/myproject.ini')
| -rw-r--r-- | docs/narr/myproject/myproject.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/myproject/myproject.ini b/docs/narr/myproject/myproject.ini index 21292d14c..318c2214a 100644 --- a/docs/narr/myproject/myproject.ini +++ b/docs/narr/myproject/myproject.ini @@ -2,7 +2,8 @@ debug = true [app:main] -use = egg:myproject#make_app +use = egg:myproject#app +reload_templates = true [server:main] use = egg:PasteScript#cherrypy |
