2👍
✅
You are using SampleUpdate
in your urls.py
but I can’t see that class anywhere in your views.py
, you instead have SeqRunUpdate
& SeqRunDelete
. Use the respective view class in your urls and the error should go away.
Source:stackexchange.com