Page not found (404)

Request Method: GET
Request URL: http://www.cittyarquitectos.com/portfolio-single.html

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

  1. ^alcaldia/
  2. ^ ^proyectos/tipos/(?P<project_type>[\w-]+)/$ [name='project_list']
  3. ^ ^proyectos/(?P<slug>[\w-]+)/$ [name='project']
  4. ^ ^$ [name='home']
  5. ^ ^prueba/$ [name='prueba']
  6. ^ ^contacto/$ [name='contact']
  7. ^ ^servicio/$ [name='service']
  8. ^ ^aviso/$ [name='aviso']
  9. ^media\/(?P<path>.*)$

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