Page not found (404)

Request Method: GET
Request URL: https://www.hausappenzell.ch/de/haus-appenzell/kulturplattform/

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

  1. ^tinymce/
  2. ^jsi18n/$ [name='javascript-catalog']
  3. ^sitemap\.xml$
  4. ^media\/(?P<path>.*)$
  5. ^static\/(?P<path>.*)$
  6. ^de/ ^admin/
  7. ^de/ ^captcha/
  8. ^de/ ^ ^newsletter/(?P<pk>[0-9]+)/(?P<slug>[\w.@+-]+)/$ [name='mailchimp_campaign_detail']
  9. ^de/ ^ ^events/$ [name='events_list']
  10. ^de/ ^ ^events/get-dates/$ [name='get-calendar-dates']
  11. ^de/ ^ ^events/get-dates/(?P<year>[0-9]+)/(?P<month>[0-9]+)/$ [name='get-calendar-dates']
  12. ^de/ ^ ^events/(?P<year>\d{4})/$ [name='events_list-by-year']
  13. ^de/ ^ ^events/(?P<year>\d{4})/(?P<month>\d{1,2})/$ [name='events_list-by-month']
  14. ^de/ ^ ^events/(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/$ [name='events_list-by-day']
  15. ^de/ ^ ^events/archive/$ [name='events_list_archive']
  16. ^de/ ^ ^events/archive/(?P<year>\d{4})/$ [name='events_list_archive-by-year']
  17. ^de/ ^ ^events/archive/(?P<year>\d{4})/(?P<month>\d{1,2})/$ [name='events_list_archive-by-month']
  18. ^de/ ^ ^events/(?P<slug>[\w_-]+)/$ [name='events_detail']
  19. ^de/ ^ ^events/(?P<slug>[\w_-]+)/reset/$ [name='events_registration_reset']
  20. ^de/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  21. ^de/ ^ ^$ [name='pages-root']

The current URL, de/haus-appenzell/kulturplattform/, 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.