So after vbulletin the site will change to a different license, or are you making your own forum code, or what?
This is why I don't want to answer questions, nobody has any common sense. Yes Biolizard, I'm going to make probably 20,000 people or so resign up in '08. Yep, that's the plan, I really think things through. No more stupid questions, people.
Which Python framework are you using (Django, perchance)?
Colubrid.
*re-sign, re sign, you know what i meantresign
Which Python framework are you using (Django, perchance)?
I've started writing larger applications in Python/Django and Ruby/Rails. I feel spoiled, especially when I have to go back to PHP and do things the "old-fashioned" way.
Although I've given some thought to a MVC framework in PHP (CakePHP and Symfony come to mind) but I still prefer the magic that is Ruby and the elegance than is Python.
*re-sign, re sign, you know what i meant
while Misty's comment is half on, colubrid really isn't a framework. To give you a real answer, Smogon is too complex of a site for any standard framework in existence for Python so I wrote some glue for colubrid/SQLAlchemy/Mako to make it work in the way I wanted. In the case of SQLAlchemy, I ended up adding features to it because it wasn't quite all there.
I did check out django though, and the ORM is sort of paltry... I don't really like ORMs in general but that one was really kind of bad :(
That is definitely one complaint many seem to share about Django - it's ORM.
I checked out Colubrid some more and it really does look neat. I could see myself using it for smaller projects that just need quick "glue" to work the way I want.