Page not found (404)

Request Method: GET
Request URL: http://textildesimone.com.ar/productos.html

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

  1. adm1986/
  2. [name='home']
  3. empresa/ [name='empresa']
  4. productos/ [name='productos']
  5. contacto/ [name='contacto']
  6. gracias/ [name='gracias']
  7. ^static/(?P<path>.*)$

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