Model and migration for lists
This commit is contained in:
parent
a36de9026b
commit
fe088f21fb
3 changed files with 149 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue