Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://ukts.rs/2020/09/15/dejan-milojevic-obuka-visokih-igraca-za-igru-pick-roll-a/
Raised by: blog.views.post_detail

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

  1. administracija/
  2. [name='post_list']
  3. ads.txt
  4. vesti [name='vesti']
  5. tag/<slug:tag_slug>/ [name='post_list_by_tag']
  6. <int:year>/<int:month>/<int:day>/<slug:post>/ [name='post_detail']

The current path, 2020/09/15/dejan-milojevic-obuka-visokih-igraca-za-igru-pick-roll-a/, matched the last one.

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.