Page not found (404)

Request Method: GET
Request URL: http://ofertaimasd.ugr.es/tic/grupos-de-investigacion/tic-164-especificacion-diseno-y-evolucion-de-software/Google+

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

  1. ^admin/r/(?P<content_type_id>\d+)/(?P<object_id>.+)/$
  2. ^admin/
  3. ^jsi18n/$
  4. ^admin/$
  5. ^robots\.txt$
  6. ^advanced-search/
  7. ^cms/
  8. ^media/(.*)$
  9. ^rss/
  10. ^google136ded7947afe365.html$
  11. ^$
  12. ^feed/$
  13. ^link/
  14. ^(?P<sector_slug>[\w-]+)/ ^$
  15. ^(?P<sector_slug>[\w-]+)/ ^feed/$
  16. ^(?P<sector_slug>[\w-]+)/ ^(?P<collection_slug>[\w-]+)/$
  17. ^(?P<sector_slug>[\w-]+)/ ^(?P<collection_slug>[\w-]+)/(?P<object_slug>[\w-]+)/$
  18. ^(?P<sector_slug>[\w-]+)/ ^extra_info/(?P<module_name>[\w-]+)/(?P<object_id>[\w-]+)/$
  19. ^odtexport/
  20. ^contactform/
  21. ^standingout/
  22. ^microsite/

The current URL, tic/grupos-de-investigacion/tic-164-especificacion-diseno-y-evolucion-de-software/Google+, 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.