1
0
Fork 0

Convert start and finish reading into view classes

This commit is contained in:
Mouse Reeve 2021-06-08 11:10:39 -07:00
parent 0e84f4bbac
commit 45146b4999
3 changed files with 84 additions and 75 deletions

View file

@ -25,7 +25,7 @@ from .list import Lists, List, Curate, UserLists
from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough, delete_readthrough
from .reading import start_reading, finish_reading, delete_progressupdate
from .reading import StartReading, FinishReading, delete_progressupdate
from .reports import Report, Reports, make_report, resolve_report, suspend_user
from .rss_feed import RssFeed
from .password import PasswordResetRequest, PasswordReset, ChangePassword