On 2 Oct 2012, at 11:53 AM, Bruno Rocha <[email protected]> wrote: > This is what admin does, but this have to be executed within the environent. > You can have a controller to execute this: > > def reload_routes(): > > > """ Reload routes.py """ > > > import gluon.rewrite > > > gluon.rewrite.load() >
You could do that from the command line, too, with a python script. --

