Page not found (404)

Request Method: GET
Request URL: https://ventex.hr/it-usluge/itx-service/

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

  1. sitemap.xml
  2. social/
  3. demo/
  4. api/
  5. api-docs/
  6. pdf-viewer/ [name='pdf_viewer']
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$
  9. it/

The current path, it-usluge/itx-service/, 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.