View Single Post
Old 2011-06-26, 02:55 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Quote:
Originally Posted by bDok View Post
So last night I really dug more into the Django web framework.
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.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote