Stop storing activitypub json in db entirely
This commit is contained in:
parent
8d081548cd
commit
f28ee934fc
7 changed files with 150 additions and 288 deletions
|
@ -1,6 +1,5 @@
|
|||
''' 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, \
|
||||
ReviewActivity, Status, Review
|
||||
from .activity import Status, Review
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue