Page not found (404)

Request Method: GET
Request URL: https://www.cista-narava.net/index.php?option=com_content&view=category&layout=blog&id=2&Itemid=2

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

  1. admin/
  2. ckeditor/
  3. piskotki/ [name='cookies']
  4. dostopnost/ [name='accessibility']
  5. [name='home']
  6. dejavnosti/<slug:slug>/ [name='post_activity']
  7. <slug:slug>/ [name='post_menu']
  8. robots.txt
  9. ^media/(?P<path>.*)$

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.