As promised a few months ago here's the generator for web2py: first run it to create a skeleton
model, complete the model and then run it again to create the controller and views and then you
should have a working application - well for that one model.
At the moment just download it from:
olympic.co.uk/download/generv-1.tar.gz
Unpack the file and you will find the code plus an overview and a 'how to use' document which you really do need to read.
I haven't had to time to look at setting anything up on Github or similar so for the moment you can go to
http://www.olympic.co.uk/pythondev/
for a few more details.
As I point out in the documentation this is very much a work in progress and I'm posting it now, while still very rough around the edges, to find out if there are any others who might make use of this type of technique. I will be developing it a lot further for my own use.
Added 1/5/2016 - I'm a little surprised at getting no comments at all so I suppose I can take it that there isn't any interest in using this technique hereabouts. As I've mentioned we are using it for our own work which, after a pause for other projects, will now start in earnest and so the generator will be worked on again. I'll certainly post details of any relatively complete version here but not anything else although we will keep our
http://www.olympic.co.uk/pythondev/
page up to date
good luck
graham
Comments (1)
0
brownj 8 years ago
any additional documentation , can't get it to work ( using a mac 10.11.5 , web2py v 2.14.5)
get ImportErrors from model trying to create a controller
replies (1)