[Answer]-View Does Not Exist

1👍

In your urls.py you are referring to polls.views.output but which is not present in your views.py. You may want to correct it to polls.views.search if its for that view you have added an url.

👤Rohan

0👍

The error is not related to your view code..check your imports

Leave a comment