Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://dobro.kg/post/4/
Raised by: post.views.vw_obj

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

  1. admin/filebrowser/
  2. grappelli/
  3. admin/
  4. [name='vw_index']
  5. manifest.json [name='c_manifest']
  6. contact/
  7. real/
  8. post/ [name='vw_objs']
  9. post/ <str:slug>/ [name='vw_obj']

The current path, post/4/, 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.