Page not found (404)

Request Method: GET
Request URL: https://www.riki.si/index.php

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

  1. __debug__/
  2. admin/
  3. [name='home']
  4. narocilnica/ [name='narocilnica']
  5. narocilo/<slug:key> [name='order']
  6. artikli/ [name='articles_view']
  7. artikli/<slug:category>/ [name='articles_category_view']
  8. artikli/<slug:category>/<slug:article>/ [name='article_view']
  9. tekstil/ [name='textiles_view']
  10. tekstil/<slug:category>/ [name='textiles_category_view']
  11. tekstil/<slug:category>/<slug:subcategory>/ [name='textiles_subcategory_view']
  12. tekstil/<slug:category>/<slug:subcategory>/<slug:textile>/ [name='textile_view']
  13. znamka/<slug:brand>/ [name='brand_view']
  14. o-podjetju/ [name='about_company_view']
  15. pogoji/ [name='conditions_view']
  16. cena-tiska/ [name='print_price_view']
  17. piskotki/ [name='cookies_view']
  18. rezultali-iskanja/ [name='search_view']
  19. kontakt/ [name='contact_view']
  20. api/order/save-order/ [name='cart']
  21. api/add-subscriber/ [name='add_subscriber']
  22. robots.txt [name='robots']
  23. sitemap.txt [name='sitemap_txt']
  24. sitemap.xml [name='sitemap_xml']
  25. captcha/
  26. about/ [name='about']
  27. users/
  28. accounts/
  29. ^media/(?P<path>.*)$
  30. ^static/(?P<path>.*)$
  31. api/
  32. auth-token/
  33. 400/
  34. 403/
  35. 404/
  36. 500/

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