Page not found (404)

Request Method: GET
Request URL: https://citybeat.de/event/calendar/2022/6/18/

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

  1. [name='dashboard_index']
  2. admin/
  3. dashboard/
  4. accounts/
  5. auslesung/
  6. spielhalle/
  7. schichtplan/
  8. defekt/
  9. kasse/
  10. geraet/
  11. statistik/
  12. kassierung/
  13. document/
  14. buchhaltung/
  15. __debug__/
  16. ^media/(?P<path>.*)$

The current path, event/calendar/2022/6/18/, 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.