Quote:
Originally Posted by bDok
|
http://stackoverflow.com/questions/4...ango-vs-pylons
Now, pylons has been replaced by Pyramid which is what we're using for 99% of our stuff (we do have two django apps, and one native tornado app), but, some of the things that you might find useful, i.e. much more powerful ORM - you can't find in Django. Sure there is a Django-SQLAlchemy project, but, you either need to duplicate schemas, or, lose the admin interface.
Congrats though - also check djangosnippets.org(?) - plenty of code/apps already written.