Page not found (404)

Request Method: GET
Request URL: http://www.vincentpiront.com/nl/projecten/genre/bekleding/
Raised by: cms.views.details

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

  1. nl/ ^jsi18n/$ [name='javascript-catalog']
  2. nl/ ^admin/
  3. nl/ sf-api/delete-picture/<int:picture_id> [name='delete_picture']
  4. nl/ contact-list [name='contact_list']
  5. nl/ contact-request/<int:request_id> [name='request_detail']
  6. nl/ contact-request-create [name='request_create']
  7. nl/ django-check-seo/
  8. nl/ ^ ^contact/$
  9. nl/ ^ ^contact/success/$
  10. nl/ ^ ^realisaties/$ [name='news']
  11. nl/ ^ ^realisaties/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='news_detail']
  12. nl/ ^ ^pers/$ [name='news']
  13. nl/ ^ ^pers/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='news_detail']
  14. nl/ ^ ^nieuws/$ [name='news']
  15. nl/ ^ ^nieuws/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='news_detail']
  16. nl/ ^ ^projecten/atelier-of-fabriek/$ [name='projects']
  17. nl/ ^ ^projecten/atelier-of-fabriek/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  18. nl/ ^ ^projecten/handelszaken/$ [name='projects']
  19. nl/ ^ ^projecten/handelszaken/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  20. nl/ ^ ^projecten/showroom/$ [name='projects']
  21. nl/ ^ ^projecten/showroom/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  22. nl/ ^ ^projecten/logistiek-centrum-of-opslagplaats/$ [name='projects']
  23. nl/ ^ ^projecten/logistiek-centrum-of-opslagplaats/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  24. nl/ ^ ^projecten/akoestiek/$ [name='projects']
  25. nl/ ^ ^projecten/akoestiek/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  26. nl/ ^ ^projecten/bekleding/$ [name='projects']
  27. nl/ ^ ^projecten/bekleding/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  28. nl/ ^ ^projecten/dak/$ [name='projects']
  29. nl/ ^ ^projecten/dak/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  30. nl/ ^ ^projecten/renovatie/$ [name='projects']
  31. nl/ ^ ^projecten/renovatie/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  32. nl/ ^ ^projecten/$ [name='projects']
  33. nl/ ^ ^projecten/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='project_detail']
  34. nl/ ^ ^cms_login/$ [name='cms_login']
  35. nl/ ^ ^cms_wizard/
  36. nl/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  37. nl/ ^ ^$ [name='pages-root']
  38. sitemap.xml
  39. robots.txt
  40. ^static/(?P<path>.*)$
  41. ^media/(?P<path>.*)$

The current path, /nl/projecten/genre/bekleding/, 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.