projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added real registration that prompts for a username.
[zzz-floof.git]
/
floof
/
model
/
meta.py
diff --git
a/floof/model/meta.py
b/floof/model/meta.py
index
3b3b1c5
..
1a20aa7
100644
(file)
--- a/
floof/model/meta.py
+++ b/
floof/model/meta.py
@@
-10,5
+10,6
@@
engine = None
# SQLAlchemy session manager. Updated by model.init_model()
Session = scoped_session(sessionmaker())
+# Global metadata. If you have multiple databases with overlapping table
+# names, you'll need a metadata for each database
metadata = MetaData()
-