Convert start and finish reading into view classes
This commit is contained in:
parent
0e84f4bbac
commit
45146b4999
3 changed files with 84 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue