DEV Community

Discussion on: Vue on Django, Part 3

Collapse
 
paqman85 profile image
Glenn Paquette • Edited

Just a note - DRF has updated and if you're using the newer version, the decorator list_route in app/view.py has been replaced by action.

You can read about the change in DRF docs!