a class in model.py that has problems:
class Photo(SQLObject):
p_title=UnicodeCol(alternateID=True,notNone=True,length=50)
p_descr=UnicodeCol()
p_photo=BLOBCol(notNone=True)
p_galleries=RelatedJoin('PhotoGallery')
p_dateins=DateCol(default=date.today)
I know that i should set 'size' attribute so that it wont be created
as a TinyBLOBcol, but i think its not the issue
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---