blob: 33d2d2f3958832e92547999ec85c6a12cfcefb9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
hub = PackageHub("beweb")
__connection__ = hub
# class YourDataClass(SQLObject):
# pass
|