This commit is contained in:
@@ -60,10 +60,13 @@ def test_engine():
|
|||||||
from orm.author import Author
|
from orm.author import Author
|
||||||
from orm.draft import Draft, DraftAuthor, DraftTopic
|
from orm.draft import Draft, DraftAuthor, DraftTopic
|
||||||
from orm.shout import Shout, ShoutAuthor, ShoutTopic, ShoutReactionsFollower
|
from orm.shout import Shout, ShoutAuthor, ShoutTopic, ShoutReactionsFollower
|
||||||
from orm.topic import Topic
|
from orm.topic import Topic, TopicFollower
|
||||||
from orm.reaction import Reaction
|
from orm.reaction import Reaction
|
||||||
from orm.invite import Invite
|
from orm.invite import Invite
|
||||||
from orm.notification import Notification
|
from orm.notification import Notification
|
||||||
|
from orm.collection import Collection
|
||||||
|
from orm.shout import ShoutReactionsFollower
|
||||||
|
from orm.author import AuthorFollower, AuthorRating
|
||||||
|
|
||||||
# Инициализируем RBAC систему
|
# Инициализируем RBAC систему
|
||||||
import rbac
|
import rbac
|
||||||
|
|||||||
Reference in New Issue
Block a user