Page not found (404)

Request Method: GET
Request URL: https://nams.arch.lv/test/perl/test.html

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

  1. admin/
  2. par-uznemumu/
  3. portfolio/
  4. aktualitates/
  5. aktualitatesjauns/
  6. aktualitate/<int:aktualitate_id>/
  7. objekts/<int:objekts_id>/
  8. lv/
  9. ^media/(?P<path>.*)$

The current path, test/perl/test.html, 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.