Page not found (404)

Request Method: GET
Request URL: http://www.arzorn.com/mission-vision-and-values

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

  1. [name='index']
  2. about-us [name='about']
  3. contact [name='contact']
  4. services [name='services']
  5. services/consultation [name='consultation']
  6. services/it-infrastructure [name='infrastructure']
  7. services/maintenance [name='maintenance']
  8. services/software-development [name='software']
  9. admin/
  10. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  11. contact-us/send [name='send-contact-message']
  12. quote [name='post-quote']

The current path, mission-vision-and-values, 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.