Page not found (404)

Request Method: GET
Request URL: http://rati/poll

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

  1. ^admin/
  2. ^login/$ [name='login']
  3. ^logout/$ [name='logout']
  4. ^changepassword/$ [name='change-password']
  5. ^register/$ [name='register']
  6. ^profile/(?P<user_id>[0-9]+)/edit/$ [name='profile-edit']
  7. ^business/
  8. ^business/booking/
  9. ^api/services/
  10. ^product/
  11. ^event/
  12. ^business-product/(?P<business_product_id>[0-9]+)/rate/$ [name='rate-business-product']
  13. ^business/
  14. ^business_products/(?P<business_identifier>[0-9]+)/product/
  15. ^api/business/(?P<business_identifier>[0-9]+)/
  16. ^api/business/(?P<business_id>[0-9]+)/
  17. ^api/user/(?P<user_identifier>[0-9]+)/
  18. ^api/user/(?P<user_identifier>[0-9]+)/
  19. ^api/user/
  20. ^search/autocomplete/ [name='autocomplete']
  21. ^accounts/
  22. ^api/
  23. ^rating/
  24. ^comment/
  25. ^chart/
  26. ^api-auth/
  27. ^rating_user_exists/ [name='rating_user_exists']
  28. ^display-normal/$ [name='normalusersearch']
  29. ^$ [name='index']
  30. ^terms/ [name='terms']
  31. ^about/ [name='about']
  32. ^privacy/ [name='privacy']
  33. ^myvotes/ [name='myvotes']
  34. ^esearch/
  35. ^twilio-rate/$ [name='twilio-rate']
  36. ^apiapp/
  37. ^business_products/(?P<business_identifier>[0-9]+)/product/
  38. ^api/business/(?P<business_identifier>[0-9]+)/
  39. ^s3direct/
  40. ^transfer_agent/ [name='transfer_agent']
  41. ^firebase-messaging-sw.js$ [name='service_worker']
  42. ^paypal/
  43. ^subscription/
  44. ^api/subscription/
  45. ^api/user/
  46. ^web/
  47. ^api/web/
  48. ^static\/(?P<path>.*)$
  49. ^media\/(?P<path>.*)$

The current URL, poll, 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.