Added User Pages, which you can now display galleries on. Also detected
[zzz-floof.git] / floof / model / meta.py
index 3b3b1c5..1a20aa7 100644 (file)
@@ -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()
-