Page not found (404)

Request Method: GET
Request URL: http://www.bestofsurveys.com/results.html?command=choosecategory&townid=61&year=2014

Using the URLconf defined in best_of_surveys.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. ^$ [name='index-page']
  3. ^survey/(?P<survey_id>[0-9]+)/(?P<slug>.*)$ [name='post_detail']
  4. ^town_search/ [name='town_search']
  5. ^vote/(?P<product>[0-9]+)(?P<slug>.*)$ [name='business_category']
  6. ^survey/thankyou/$ [name='business_vote']
  7. ^admin/enter-result/$ [name='enter_result']
  8. ^admin/business-vote/$ [name='admin_business_vote']
  9. ^admin/business/thankyou/$ [name='admin_business_thank_you']
  10. ^contactus/$ [name='contact_us']
  11. ^mailinglist/$ [name='contact_us']
  12. ^tools/$ [name='tools']

The current URL, results.html, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.