#734: "no such table: tg_user " error
------------------------+---------------------------------------------------
 Reporter:  Italo.Maia  |       Owner:  anonymous    
     Type:  defect      |      Status:  new          
 Priority:  normal      |   Milestone:  0.9a5        
Component:  Identity    |     Version:  0.9a4        
 Severity:  blocker     |    Keywords:  tg_user, user
------------------------+---------------------------------------------------
 Can't add users to database because a no such table error is throw!
 Here's a piece of my model:

 {{{
 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)
 }}}

 Here's a piece of my app.cfg:

 {{{
 identity.soprovider.model.user="wiki.model.Usuario"
 identity.soprovider.model.group="wiki.model.Grupo"
 identity.soprovider.model.permission="wiki.model.Permissao"
 }}}

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/734>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to