|
|
|
|
|
by auston
5862 days ago
|
|
I've used Pylons for reporting, here are my takeaways: 1. It's a little tougher to get working "out-of-the-box" 2. It's documentation is not as "centralized" - meaning because you can use whatever template engine you want (jinja, mako, etc) and whatever db backend you want (sqlalchemy, elixir - a nice overlay on top of sqlalchemy, django ORM, etc) the docs for a particular module may or may not be in pylons docs 3. It's waaayyyy more flexible - I can't praise SQLAlchemy enough, it's freaking amazing! |
|
I used SQLAlchemy breifly, but found myself drawn back to the Django ORM (even for non-web based projects) - can someone explain to me why they think SA is better than the Django ORM - I find the latter to be much better.