this is my production.ini
[app:exam] use = egg:exam reload_templates = true debug_authorization = false debug_notfound = false debug_routematch = false debug_templates = false default_locale_name = en sqlalchemy.url = sqlite:///%(here)s/exam.db when i edit my templates , It does not work 2011/7/17 Michael Merickel <[email protected]> > On Sat, Jul 16, 2011 at 5:55 AM, wbwylbt <[email protected]> wrote: > >> I modified development.ini : >> 'reload_templates'=true >> > > Just to nitpick it should be: > [app:myapp] > reload_templates = true > > If you're actually throwing quotes around reload_templates, I'm pretty sure > it won't work. > > -- > > Michael > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
