Page not found (404)

Request Method: GET
Request URL: http://ladiligencia35.com/categoria/contacto.php

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

  1. admin/
  2. [name='index']
  3. contact/ [name='contact']
  4. us/ [name='us']
  5. cart/ [name='cart']
  6. product/<str:categoria> [name='product']
  7. search/ [name='search']
  8. blogs/ [name='blogs']
  9. ^media/(?P<path>.*)$

The current path, categoria/contacto.php, 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.