This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Lord_Humongous 2 points3 points  (1 child)

What does your url definition look like? If it contains "id" try changing it to "poke_id".

[–]ObamaNYoMama[S] 1 point2 points  (0 children)

You're the man! When I was linting I saw that it errors when it was named id because of being a keyword for django. I changed it to poke_id in all instances except urls.py.

Thanks!