Page not found (404)

Request Method: GET
Request URL: http://vrb-brakel.de/2019/02/jahreshauptversammlung/

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

  1. admin/
  2. [name='index']
  3. index.html [name='index']
  4. datenschutz.html [name='datenschutz']
  5. trainingsview.html [name='datenschutz']
  6. login.html [name='datenschutz']
  7. impressum.html [name='datenschutz']
  8. contact.html [name='datenschutz']
  9. blog-post-list.html [name='blog_post_list']
  10. ^assets/(?P<path>.*)$

The current path, 2019/02/jahreshauptversammlung/, 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.