Split shelf view into multiple files

This commit is contained in:
Mouse Reeve
2021-10-20 13:15:43 -07:00
parent baba2e2057
commit 6a2f962f8d
3 changed files with 106 additions and 101 deletions

View File

@ -40,8 +40,8 @@ from .landing.password import PasswordResetRequest, PasswordReset
# shelves
from .shelf.shelf import Shelf
from .shelf.shelf import create_shelf, delete_shelf
from .shelf.shelf import shelve, unshelve
from .shelf.shelf_actions import create_shelf, delete_shelf
from .shelf.shelf_actions import shelve, unshelve
# misc views
from .author import Author, EditAuthor