Page not found (404)

Request Method: GET
Request URL: https://komunalecgostivar.gov.mk/sq/page/3/?option=com_k2&view=itemlist&task=user&id=107594
Raised by: wagtail.views.serve

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

  1. i18n/
  2. admin/
  3. cms/
  4. documents/
  5. api/v1/
  6. __reload__/
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$
  9. sq/ search [name='search']
  10. sq/ [name='home']
  11. sq/ <int:id>/ [name='home-single']
  12. sq/ about-us/ [name='about-us']
  13. sq/ director/ [name='director']
  14. sq/ news/ [name='news']
  15. sq/ news/<int:id> [name='news-single']
  16. sq/ services/ [name='services']
  17. sq/ services/<int:id> [name='services-single']
  18. sq/ reports/ [name='reports']
  19. sq/ reports/<int:id>/ [name='reports-single']
  20. sq/ projects/ [name='projects']
  21. sq/ projects/<int:id>/ [name='projects-single']
  22. sq/ archive-latest/ [name='archive-latest']
  23. sq/ archive-latest/<int:id>/ [name='archive-latest-single']
  24. sq/ archive-2022/ [name='archive-2022']
  25. sq/ archive-2022/<int:id>/ [name='archive-2022-single']
  26. sq/ archive-2021/ [name='archive-2021']
  27. sq/ archive-2021/<int:id>/ [name='archive-2021-single']
  28. sq/ contact/ [name='contact']
  29. sq/ successful/ [name='successfulContact']
  30. sq/ e_fatura/ [name='e_fatura']
  31. sq/ komunalec-archive/ [name='archive']
  32. sq/ komunalec-archive/<int:id>/ [name='archive-single']
  33. sq/ privacy_policy/ [name='privacy_policy']
  34. sq/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  35. sq/ _util/login/ [name='wagtailcore_login']
  36. sq/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, sq/page/3/, matched the last one.

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.