Page not found (404)

Request Method: GET
Request URL: https://www.proinso.es/servicios.aspx

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

  1. ^admin/filebrowser/
  2. ^grappelli/
  3. ^admin/
  4. ^$ [name='inicio']
  5. ^i18n/
  6. ^es/
  7. ^static\/(?P<path>.*)$
  8. ^media\/(?P<path>.*)$

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