Page not found (404)

Request Method: GET
Request URL: http://research.mobility.deustotech.eu/projects/pimpost

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

  1. ^$ [name='home']
  2. ^admin/
  3. login/$ [name='login_view']
  4. ^logout/$ [name='logout_view']
  5. ^about/(?P<about_page_slug>\S+)/$ [name='about_info']
  6. ^funding_programs/
  7. ^news/
  8. ^organizations/
  9. ^people/
  10. ^p/(?P<person_slug>\S+)/$ [name='full_url_member_info']
  11. ^p/$ [name='members_redirect']
  12. ^projects/ ^$ [name='project_index']
  13. ^projects/ ^filtered/$ [name='filtered_project_query']
  14. ^projects/ ^feed/$ [name='project_feed']
  15. ^projects/ ^info/(?P<project_slug>\S+)/funding_details/$ [name='project_funding_details']
  16. ^projects/ ^info/(?P<project_slug>\S+)/assigned_persons/$ [name='project_assigned_persons']
  17. ^projects/ ^info/(?P<project_slug>\S+)/consortium_members/$ [name='project_consortium_members']
  18. ^projects/ ^info/(?P<project_slug>\S+)/related_publications/$ [name='project_related_publications']
  19. ^projects/ ^info/(?P<project_slug>\S+)/related_news/$ [name='project_related_news']
  20. ^projects/ ^info/(?P<project_slug>\S+)/$ [name='project_info']
  21. ^projects/ ^tag/(?P<tag_slug>\S+)/$ [name='view_project_tag']
  22. ^projects/ ^status/(?P<status_slug>\S+)/$ [name='view_project_status']
  23. ^projects/ ^project_type/(?P<project_type_slug>\S+)/$ [name='view_project_type']
  24. ^projects/ ^query/(?P<query_string>.+)/$ [name='view_project_query']
  25. ^projects/ ^static\/(?P<path>.*)$
  26. ^publications/
  27. ^charts/
  28. ^management/
  29. ^redactor/
  30. ^media\/(?P<path>.*)$

The current URL, projects/pimpost, 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.