Model and migration for lists

This commit is contained in:
Mouse Reeve
2021-01-30 21:00:36 -08:00
parent a36de9026b
commit fe088f21fb
3 changed files with 149 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from .author import Author
from .connector import Connector
from .shelf import Shelf, ShelfBook
from .list import List, ListItem
from .status import Status, GeneratedNote, Review, Comment, Quotation
from .status import Boost