summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/model.py')
-rw-r--r--funcweb/funcweb/model.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/funcweb/funcweb/model.py b/funcweb/funcweb/model.py
new file mode 100644
index 0000000..28f2b02
--- /dev/null
+++ b/funcweb/funcweb/model.py
@@ -0,0 +1,9 @@
+from turbogears.database import PackageHub
+from sqlobject import *
+
+hub = PackageHub('funcweb')
+__connection__ = hub
+
+# class YourDataClass(SQLObject):
+# pass
+