Page not found (404)

Request Method: GET
Request URL: https://veteranikralupy.cz/akce/

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

  1. __debug__/
  2. robots.txt [name='robots']
  3. profil/
  4. veterani/
  5. uzivatele/
  6. admin/
  7. select2/
  8. fotogalerie/ [name='photo-gallery']
  9. fotogalerie/<str:parent>/ [name='photo-gallery-detail']
  10. videogalerie/ [name='video-gallery']
  11. ke-stazeni/ [name='uploaded-files-list']
  12. cookies-policy/ [name='cookies-policy']
  13. sitemap.xml
  14. [name='home']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, akce/, 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.