create readthroughs
This commit is contained in:
parent
7bf39d3bf7
commit
c64acf559b
5 changed files with 200 additions and 111 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue