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.
- [Answer]-Django: How to reverse lookup with filter and count
- [Answer]-How to access url part in python django?
- [Answer]-Access process data from a django view
Source:stackexchange.com