Super controller or WSGI for dynamic frontpage?

2009-02-22 Thread DJW
Hello, I'm in the research phase of a new project that eventually will be replacing a legacy PHP web application. 85-90% of the legacy site is going to be stupidly easy to implement ( blog, event calender, user profile/detail, forum/messageboard, etc ) but the one weird thing I want to try an

Alt. sqlalchemy support (Non-ORM) for pylons

2008-04-05 Thread DJW
I generally avoid ORM's and DB to class mapping automagic as I've found it a tad frustating when working with schema's not built by the ORM package or when I need to do something truly bizarre or specific only to a certian RDBMS. So I hacked this together real quick and was wondering if anyone co