Page not found (404)

Request Method: GET
Request URL: https://upisa.com.py/pr/404.shtml

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

  1. admin/
  2. i18n/
  3. summernote/
  4. ^media/(?P<path>.*)$
  5. ^assets/(?P<path>.*)$
  6. empresa/
  7. productos/
  8. productos/<str:url>/
  9. parrilleros/
  10. parrilleros/<str:url>/
  11. novedades/
  12. novedades/<str:url>/
  13. recetas/
  14. recetas/<str:url>/
  15. contacto/
  16. api/
  17. es/

The current path, 404.shtml, 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.