Trying to get federated posting to work
This commit is contained in:
parent
e0e419a757
commit
818e5bd0fa
9 changed files with 115 additions and 86 deletions
|
@ -1,5 +1,6 @@
|
|||
''' bring all the models into the app namespace '''
|
||||
from .book import Shelf, ShelfBook, Book, Author
|
||||
from .user import User, FederatedServer
|
||||
from .activity import Activity, ShelveActivity, FollowActivity, Review, Note
|
||||
from .activity import Activity, ShelveActivity, FollowActivity, \
|
||||
ReviewActivity, Status, Review
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue