pytent / pytentd

Python implementation of the tent.io server protocol
http://pytent.github.com/pytentd/
Other
23 stars 4 forks source link

How do we manage post content types? #16

Closed SoftlySplinter closed 11 years ago

borntyping commented 11 years ago

SQLAlchemy's polymorphic types should actually make this somewhat easy to do.

borntyping commented 11 years ago

This was solved by 31f344f. As said, SQLAlchemy's polymorphic types made this really easy to do.