Page not found (404)

Request Method: GET
Request URL: https://ww2.anayluistango.com.ar/es/contactenos.php

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

  1. ^admin/
  2. ^static/(?P<path>.*)$
  3. ^maquetado/(?P<path>.*)$
  4. ^media/(?P<path>.*)$
  5. ^css/(?P<path>.*)$
  6. ^files/(?P<path>.*)$
  7. ^fonts/(?P<path>.*)$
  8. ^img/(?P<path>.*)$
  9. ^js/(?P<path>.*)$
  10. ^ckeditor/
  11. ^contenidos/
  12. ^contacto/
  13. ^$

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