#baker.cache... is commented in development.ini
Also, add
response.headers['Cache-Control'] = 'no-store'
response.headers['Pragma'] = 'no-cache'
response.headers['Expires'] = datetime.datetime.now
().strftime("%a, %d %b %Y %H:%M:%S GMT")
return render('derived/room/index.mako')
But nothing has changed.
Maybe something wrong.. Is any other ways?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---