Good Afternoon, I'm working on a really simple database application that will store my company's branches for easy updating of phone numbers, addresses, etc.
When I add a new branch into the database, web.py doesn't seem to catch the addition unless I kill the fastcgi process and reload it. I have cache=False in the render call AND "content="no-cache" in the META tag of each of the app's pages. When the page loads, it's supposed to pull up one dropdown for each state in which we have branches (select distinct...from MySQL database), and one for each city. I really don't understand where else I have to tell it to stop caching. Is this an SQLite3 issue? Thanks for any assistance. -Tom -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.