Hi firedragon852, On Aug 14, 9:02 pm, firedragon852 <firedragon...@gmail.com> wrote: > I am doing development under windows so I am running the binary > version of web2py for windows. > > It seems that whenever I change my code I need to clean/compile via > the admin interface for the changes to be effective. > > Is there a way to turn this off? During development I want to be able > to make changes in the code (*.py and *.html), reload the web pages > and see the changes immediately.
Where are you changing your code? *.py files changes in models? modules? controllers? Modules might need a local_import. Changes to *.html in views should be picked up immediately. > I read the documentation many times but couldn't find any relevant > information on this. I also searched this group for clues but > couldn't find anything either.