|
|
|
|
|
by jnbiche
5203 days ago
|
|
I actually moved from web2py to Flask and Flask-SQLAlchemy as my framework of choice because of the limitations imposed by the web2py DAL (try modeling a school, for example, with the relationships between teachers, students, parents, and classes. It's very difficult in practice on the DAL). The rest of the web2py framework is excellent, and support is very good. I wish Massimo had spent some of the time he spent adapting web2py to other frameworks on adapting web2py to SQLAlchemy instead. I'd be back in a second. |
|
Which parts? IMO, the web2py framework is not excellent.
It sounds like you hit some limitations with the DAL and switched away, but those type of limitations are peppered throughout the framework.
Web2py is not well designed, not standard python (look at the source), and it tricks newbies into bad practices.