Moves activitypub mixin to its own file
This commit is contained in:
parent
ae0034e678
commit
dfb5c396b0
13 changed files with 291 additions and 280 deletions
|
@ -4,7 +4,8 @@ from django.db.models import Q
|
|||
from django.dispatch import receiver
|
||||
|
||||
from bookwyrm import activitypub
|
||||
from .base_model import ActivitypubMixin, BookWyrmModel
|
||||
from .activitypub_mixin import ActivitypubMixin
|
||||
from .base_model import BookWyrmModel
|
||||
from . import fields
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue