Page not found (404)

Request Method: GET
Request URL: https://www.qcc.mx/seradicionales.html

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

  1. ^__debug__/
  2. ^admin/
  3. ^robots\.txt
  4. ^ ^sitemap\.xml$
  5. ^ ^sitemap-(?P<section>.+)\.xml$
  6. ^i18n/
  7. ^ckeditor/
  8. ^es/
  9. ^media\/(?P<path>.*)$
  10. ^static\/(?P<path>.*)$

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