Heyho!
On Wednesday 21 October 2009 17.09:17 webdexter wrote:
> I saw that pylons is pretty popular with
> sqalchemy. Have you got any advice for my project ? Is pylons more
> suitable for it ?
You should certainly chose a framework that allows you to keep sqla: so you
can use all the same model
On Oct 21, 11:09 am, webdexter wrote:
> I have to develop an web interface for a database created by
> sqlAlchemy. First I was thinking using django but after few days I am
> thinking that using SA and django, moreover on an already existing
> project, is not a good idea because the mapping of
Sqlalchemy fits in nicely with pylons, turbogears 2, and repoze.bfg
and I'm sure many others. So you have options.
I wouldn't be able to offer any advice other than that, but spend a
few moments getting familiar with each and you'll probably reach some
conclusion.
On Oct 21, 11:09 am, webdexter