I tried to use the prepend_url() function similar to the search example in the tastypie cookbook. For some reason the browser returned just a 404 and nothing else happens…
I tried to use the prepend_url() function similar to the search example in the
Share
The cookbook refers to the 0.9.12 version which is just an alpha version. The
prepend_urls()function is not implemented in the older versions. Therefore the function is simply not called and does not trigger an error message.So you have to install the alpha or use the
override_urls()function (documentation)