Page not found (404)

Request Method: GET
Request URL: https://www.radioapatin.com/vesti/dijaspora/

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

  1. admin/
  2. pretraga/ [name='pretraga']
  3. <str:slug>/ [name='kategorija']
  4. <str:slug>/<str:obj_slug>-<int:vest_id> [name='detail']
  5. ckeditor/
  6. <str:url>/<int:n> [name='strana']
  7. ^media\/(?P<path>.*)$

The current path, vesti/dijaspora/, 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.