Page not found (404)

Request Method: GET
Request URL: https://www.ranker.one/order/?order_id=1

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

  1. admin/
  2. [name='index']
  3. order/<int:order_number>/ [name='order']
  4. payment/ [name='payment']
  5. confirm-order/ [name='confirm_order']
  6. thanks/ [name='thanks']
  7. contact/ [name='contact']
  8. add-request/ [name='add_request']
  9. add-subscriber/ [name='add_subscriber']
  10. terms-and-conditions/ [name='t&c']
  11. privacy-policy/ [name='privacy_policy']
  12. refund-policy/ [name='refund_policy']
  13. test/ [name='test']
  14. tracking/ [name='tracking']
  15. unsubscribe/ [name='unsubscribe']
  16. verify-coupon/ [name='verify_coupon']
  17. adcombo-order/ [name='adcombo_order']

The current path, order/, 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.