One important remark: if you check it out from github, be sure to get the Beta1 branch. The master branch is really long behind the current development. I also stated that in the screencast. And as i think about it, some of the comments might refer to the master branch (like the one saying there is no directory structure) which is not the case in Beta1... Regards
Why is this better than Django or Flask, web2Py or CherryPy ect.
Python on Wheels
41–44 of 44 posts
Re: Python on Wheels
#42Has this person never seen Flask before? Why bother? EDIT: OH GOD THE CODE, YOU MAKE KITTY SCARED
Code: i will cleanup and DRY the generatots. But generated code is the one i was working on and that the user will work on and read. This is ways better.
Not scary at all ;)
Re: Python on Wheels
#43Earlier quoted context omitted.
Intersting that you chose a different framework for almost any field. So there is room ;) I am thinking about a google app engine port but sqlalchemy is a showstopper here .. Need the models to talk GQL ... So i stopped that port for now. Much to do in the base.. Thx, regards, khz
how about just not using sqla and use ndb(distributed with the sdk) instead?
Re: Python on Wheels
#44Earlier quoted context omitted.
how about just not using sqla and use ndb(distributed with the sdk) instead?
NDB is a good hint. But the problem remains that I want PoW to be able to support SQL DBs also. I think SQLAlchemy is a really mature framework for that area. So I need to generate the models in two ways.. I think I need to separate this as an extension since I do not want to have two PoWs, where one is for GAE and one for SQL.