Page not found (404)

Request Method: GET
Request URL: https://eksist.si/admin.php

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

  1. admin/
  2. podjetje [name='company']
  3. piskotki [name='legalNotice']
  4. politika-varstva-osebnih-podatkov [name='privacyPolicy']
  5. ^i18n/
  6. kadrovanje/<slug:job_slug> [name='employmentDetails']
  7. kadrovanje [name='employment']
  8. ^i18n/
  9. ^i18n/
  10. [name='home']
  11. kontakt [name='contact']
  12. services [name='service']
  13. <slug:service_type_slug> [name='services']
  14. ^media/(?P<path>.*)$

The current path, admin.php, 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.