Page not found (404)

Request Method: GET
Request URL: https://www.youvply.com/our-edge-factor.html

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

  1. admin/
  2. [name='home']
  3. products/ [name='products']
  4. products/<str:name_slug>/ [name='product_detail']
  5. collections/<str:name_slug>/ [name='collections']
  6. articles/ [name='articles']
  7. articles/<str:name_slug>/ [name='article_detail']
  8. franchise/ [name='franchise']
  9. contact-success/ [name='contact_success']
  10. contact/ [name='contact']
  11. careers/ [name='careers']
  12. faqs/ [name='faqs']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current path, our-edge-factor.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.