Page not found (404)

Request Method: GET
Request URL: https://www.politik-lexikon.at/oesterreich1918plus/page1.html

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

  1. ^100-jahre/login/$ [name='login']
  2. ^100-jahre/logout/$ [name='logout']
  3. ^100-jahre/password_reset/$ [name='password_reset']
  4. ^100-jahre/reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  5. 100-jahre/reset_complete/$ [name='password_reset_complete']
  6. ^100-jahre/admin/doc/
  7. ^100-jahre/grappelli/
  8. ^100-jahre/admin/
  9. ^oesterreich1918plus/ ^$
  10. ^oesterreich1918plus/ ^drucken/$ [name='event-print']
  11. ^oesterreich1918plus/ ^search/
  12. ^oesterreich1918plus/ ^(?P<jahr>\d{4})/$ [name='event-view']
  13. ^oesterreich1918plus/ ^(?P<jahr>\d{4})/(?P<kurzname>[a-z0-9_-]+)/$ [name='event-subseite-view']
  14. ^oesterreich1918plus/ ^tags/(?P<tag>[\w|\W-]+)/$ [name='tag-view']
  15. ^oesterreich1918plus/ ^(?P<kurzname>[a-z0-9_-]+)/$ [name='seite-view']
  16. ^oesterreich1918plus/ ^(?P<parentname>[a-z0-9_-]+)/(?P<kurzname>[a-z0-9_-]+)/$ [name='seite-subseite-view']
  17. ^100-jahre/
  18. ^/?$
  19. ^404/$
  20. ^500/$
  21. ^oesterreich1918plus\/static\/(?P<path>.*)$
  22. ^data\/(?P<path>.*)$
  23. ^oesterreich1918plus\/media\/(?P<path>.*)$

The current path, oesterreich1918plus/page1.html, 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.