Page not found (404)

Request Method: GET
Request URL: http://www.dornig.cc/de/kontakt/+436641438374

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

  1. ^media/(?P<path>.*)$
  2. ^500/
  3. ^404/
  4. ^403/
  5. ^sitemap\.xml$
  6. ^de/ ^robots\.txt$
  7. ^de/ ^admin/
  8. ^de/ ^ ^overlay-test/(?P<slug>[-\w]+)/$ [name='overlay_test_detail']
  9. ^de/ ^ ^$ [name='projects_list']
  10. ^de/ ^ ^projekte/(?P<slug>[-\w]+)/$ [name='projects_detail']
  11. ^de/ ^ ^cms_wizard/
  12. ^de/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  13. ^de/ ^ ^$ [name='pages-root']

The current URL, de/kontakt/+436641438374, 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.