Page not found (404)

Request Method: GET
Request URL: https://www.ewoche.de/corona-ewoche/

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

  1. ^accounts/
  2. ^ewoche/
  3. ^galleries/
  4. ^admin/
  5. ^markdown/
  6. ^captcha/
  7. ^static\/(?P<path>.*)$
  8. ^uploaded\/(?P<path>.*)$

The current URL, corona-ewoche/, 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.