Page not found (404)

Charging Station not found
Request Method: GET
Request URL: https://www.find-a-charger.com/deutschland/nordrhein-westfalen/hamm/stadtwerke-hamm-charging-station-juergen-graef-allee-2/
Raised by: charging_stations.views.charging_station

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

  1. admin/
  2. ^filter/
  3. [name='index']
  4. [name='add_charger']
  5. sitemap.xml [name='sitemap_index']
  6. sitemap-chargers/<int:page>/ [name='sitemap-chargers']
  7. sitemap-orte/<int:page>/ [name='sitemap-orte']
  8. sitemap-bundesland/<int:page>/ [name='sitemap-bundesland']
  9. unternehmen/ [name='unternehmen']
  10. ladestation-eintragen/ [name='ladestation_eintragen']
  11. impressum/ [name='datenschutz']
  12. robots.txt [name='robots']
  13. datenschutz/ [name='datenschutz']
  14. contact/ [name='contact']
  15. bookmarks/ [name='bookmarks']
  16. dashboard/ [name='dashboard']
  17. scraping/ [name='meine_view']
  18. registrierung-erfolgreich/ [name='registrierung_erfolgreich']
  19. add-listing/ [name='add_listing']
  20. <slug:country_slug>/<slug:bundesland_slug>/<slug:plz_ort_slug>/<slug:charging_station_slug>/ [name='chargings_station']

The current path, deutschland/nordrhein-westfalen/hamm/stadtwerke-hamm-charging-station-juergen-graef-allee-2/, matched the last one.

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.