some nice mixins for tags, ratings, relations
[zzz-floof.git] / floof / model / __init__.py
index 1a81770..8368357 100644 (file)
@@ -22,7 +22,14 @@ if elixir.options_defaults.get('autoload', False) \
 
 # # import other entities here, e.g.
 # from floof.model.blog import BlogEntry, BlogComment
-from floof.model import art, users, search
+from floof.model.art import *
+from floof.model.ratings import *
+from floof.model.comments import *
+from floof.model.search import *
+from floof.model.tags import *
+from floof.model.users import *
+from floof.model.relations import *
+
 
 # Finally, call elixir to set up the tables.
 # but not if using reflected tables