Page not found (404)

Request Method: GET
Request URL: http://ecom.nourmohamed.com/info/contact-us/wishlist.html

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

  1. admin/
  2. [name='home_page']
  3. accounts/
  4. products/
  5. accounts/
  6. orders/
  7. info/ contact-us/ [name='contact_us']
  8. coming-soon/ [name='coming_soon']
  9. summernote/
  10. __debug__/
  11. i18n/
  12. rest-auth/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current path, info/contact-us/wishlist.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.