Adds migration

This commit is contained in:
Mouse Reeve
2021-10-07 16:53:39 -07:00
parent 37e03e8993
commit cef46a1827
6 changed files with 111 additions and 2 deletions

View File

@ -3,6 +3,7 @@ from .activitypub_mixin import CollectionItemMixin
from .base_model import BookWyrmModel
from . import fields
class Link(CollectionItemMixin, BookWyrmModel):
"""a link to a website"""