mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-04 13:17:15 -06:00
728e44833c
Contains simple user add, list, and view pages.
10 lines
163 B
Python
10 lines
163 B
Python
from turbogears.database import PackageHub
|
|
from sqlobject import *
|
|
|
|
hub = PackageHub('ipagui')
|
|
__connection__ = hub
|
|
|
|
# class YourDataClass(SQLObject):
|
|
# pass
|
|
|