Italo,

I replied your email in tg-pt, but... here it goes:
http://groups.google.com/group/turbogears/browse_thread/thread/37fc2c8a1a2155ed/be061d37b3f1ba4c#be061d37b3f1ba4c

[]s
Sandro

On 4/7/06, gasolin <[EMAIL PROTECTED]> wrote:

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