Don't get it. When i try to add a User with Catwalk i got this weird
error...could someone tell me what's wrong? Here's the error:
"no such table tg_user"

-- Here's a piece of my model.py --

# -*- coding: iso8859-1 -*-
from sqlobject import *
from turbogears.database import PackageHub
# Uncomment the following line if you wish to use Identity and
SO_Provider
from turbogears.identity.soprovider import TG_User, TG_Group,
TG_Permission
from datetime import datetime


hub = PackageHub("wiki")
__connection__ = hub


class Usuario(TG_User):
    nome_completo=UnicodeCol(length=255,notNone=True)
    #emailAdress
    #userId
    #password
    #groups
    #permissions
    #displayName


--~--~---------~--~----~------------~-------~--~----~
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