Italo:

I think 0.94a just fine.

Here is  the TurboBlog customized User table model class, It may help
you.

class User(TG_User):
    class sqlmeta:
        table = "turboblog_user"
    hub = __connection__
    avatar = BLOBCol(length=14000)
    about  = StringCol(length=1025)
....

I've not test it. If it works for you, let us know :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to