create readthroughs

This commit is contained in:
Mouse Reeve
2020-11-06 08:51:50 -08:00
parent 7bf39d3bf7
commit c64acf559b
5 changed files with 200 additions and 111 deletions

View File

@ -121,6 +121,8 @@ urlpatterns = [
re_path(r'^shelve/?$', actions.shelve),
re_path(r'^unshelve/?$', actions.unshelve),
re_path(r'^start-reading/?$', actions.start_reading),
re_path(r'^finish-reading/?$', actions.finish_reading),
re_path(r'^follow/?$', actions.follow),
re_path(r'^unfollow/?$', actions.unfollow),