not found. 1 pattern(s) tried: ['movie/play/(?P<movie_id>[^/]+)/$']
this is the error i am getting, i searched on stack overflow but there werent many answers for this
how is this related to Python?
django building django site
https://dpaste.org/fsa0K
Does the other urls work?
The error seems to be for both watch and movie/play urls. Is that right?
The only diff I can see is that the error has a /watch/. Your URL doesn't have the starting /
It seems you're calling the play route, not watch
Nah, What should be the corrected path?? Actually the project on which I am working is not mine,it belongs to someone else
To post more than a few lines of code, use a pastebin like: * dpaste.org * linkode.org * bin.kv2.dev * hastebin.com If you are stuck in a terminal, you can use ix.io or paste.rs to paste from the CLI: <command to print output> |& curl -F 'f:1=<-' ix.io <command to print output> |& curl --data-binary @- https://paste.rs
Обсуждают сегодня