I'm trying to run longclaw, but i get an error
$ python manage.py makemigrations catalog home
Traceback (most recent call last):
[...]
File "/lib/python3.7/site-packages/longclaw/basket/api.py", line 1, in <module>
from rest_framework.decorators import detail_route, list_route
ImportError: cannot import name 'detail_route' from 'rest_framework.decorators'