projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merged add_tags and lib.search into lib.tags.
[zzz-floof.git]
/
floof
/
model
/
__init__.py
diff --git
a/floof/model/__init__.py
b/floof/model/__init__.py
index
1a81770
..
8368357
100644
(file)
--- a/
floof/model/__init__.py
+++ b/
floof/model/__init__.py
@@
-22,7
+22,14
@@
if elixir.options_defaults.get('autoload', False) \
# # import other entities here, e.g.
# from floof.model.blog import BlogEntry, BlogComment
# # 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
# Finally, call elixir to set up the tables.
# but not if using reflected tables