Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
369 stars 59 forks source link

[server] ImproperlyConfigured at /timeside/api/analysis/ #178

Closed gnuletik closed 4 years ago

gnuletik commented 4 years ago

https://sandbox.wasabi.telemeta.org/timeside/api/analysis/

Could not resolve URL for hyperlinked relationship using view name "subprocessor-detail". You may have failed to include the related model in your API, or incorrectly configured the `lookup_field` attribute on this field.
Tointoin commented 4 years ago

The issue was caused by this commit: I thought was not usefull to be available through api but it is indeed needed as a lookup field for analysis.

I fixed it now, my bad!