> > > > http://localhost:8000/demo/**setup/install<http://localhost:8000/demo/setup/install> > > yields: > invalid function (setup/install)
For security reason, I did a temporary change in setup controller https://github.com/rochacbruno/Movuca/blob/master/controllers/setup.py You can see I included a x arg in every function, This part needs to be better implemented, and of course needs an interface for setup, options etc.. To work, you can just remove the 'x' arg from the install function. (include the x again after you installed it, you do not want someone to redefine your setup) --

