Page not found (404)

Request Method: GET
Request URL: http://dat-software.com/noticias/index.html

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

  1. tinymce/
  2. home/
  3. [name='home']
  4. home/ [name='home']
  5. productos/eficius [name='eficius']
  6. productos/tourmanager [name='tourmanager']
  7. productos/tmecommerce [name='tmecommerce']
  8. productos/datindustrial [name='datindustrial']
  9. servicios/consultoria [name='consultoria']
  10. servicios/businessintelligence [name='businessintelligence']
  11. servicios/servidoresdedicados [name='servidoresdedicades']
  12. servicios/servidoresvirtuales [name='servidoresvirtuales']
  13. soporte [name='soporte']
  14. empresa/nosotros [name='nosotros']
  15. contacto/ [name='contacto']
  16. confirmacion/ [name='confirmacion']
  17. noticias/
  18. noticias/ (?P<pk>[0-99]+)/
  19. noticias/ new/post/
  20. webmail/
  21. cpanel/
  22. ^media/(?P<path>.*)$

The current path, noticias/index.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.