Page not found (404)

Request Method: GET
Request URL: http://www.vdpkommunalscore.de/impressum/vdpExpertise.de

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

  1. password/
  2. admin/
  3. typeahead/
  4. report/
  5. vergleich/
  6. blogindex/ [name='bloghome']
  7. blog/
  8. messages/
  9. excel/
  10. .well-known/
  11. 404/ [name='404']
  12. 50x/ [name='50x']
  13. login/ [name='login']
  14. logout/ [name='logout']
  15. ajax/change_dark_mode/ [name='change_dark_mode']
  16. ajax/show_update_info/ [name='show_update_info']
  17. ajax/show_cp_alt/ [name='show_cp_alt']
  18. ajax/set_export_years/ [name='set_export_years']
  19. ajax/alter_table_settings/ [name='alter_table_settings']
  20. ^historical/(?P<gkz12>\d+)/$ [name='historical']
  21. ^simulation/(?P<gkz12>\d+)/$ [name='simulation']
  22. simulation/commentform/ [name='simulationcomment']
  23. simulation/comment/save/ [name='simulationcomment-save']
  24. ^map/(?P<map_type>\w+)/(?P<gkz12>\d+)/(?P<data_prefix>\w+)/ [name='render_map']
  25. kontakt/ [name='kontakt']
  26. impressum/ [name='impressum']
  27. datenschutz/ [name='datenschutz']
  28. quellen/ [name='quellen']
  29. pdf-anleitung/ [name='pdf-guide']
  30. download_cert/ [name='download-cert']
  31. ^downloadable/(?P<file_identifier>[\w\S]*)/ [name='downloadable']
  32. ^downlaod_box/(?P<box_cat_id>\d+)/ [name='downlaod_box']
  33. authenticate/ [name='authenticate_user']
  34. [name='index']

The current path, impressum/vdpExpertise.de, 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.