Page not found (404)

Request Method: GET
Request URL: https://www.agilityportal.sk/sk/accounts/login/

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

  1. i18n/
  2. admin/
  3. sk/ [name='homepage']
  4. sk/ prihlasenie [name='login']
  5. sk/ odhlasenie [name='logout']
  6. sk/ core/
  7. sk/ events/
  8. sk/ uzivatel/
  9. sk/ preteky/
  10. sk/ psy/
  11. sk/ kluby/
  12. sk/ <slug:slug> [name='club_detail']
  13. ^media/(?P<path>.*)$

The current path, sk/accounts/login/, 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.