Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: http://localhost/blog/socionika/
Raised by: apps.blog.views.post

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

  1. admin/
  2. [name='index']
  3. schedule/ [name='schedule']
  4. reviews/ [name='reviews']
  5. school/ [name='school']
  6. affiliates/ [name='affiliates']
  7. meeting/ [name='meeting']
  8. politika-konfidentsialnosti/ [name='politika_konfidentsialnosti']
  9. excursion/ [name='excursion']
  10. callback_form/ [name='callback_form']
  11. sign-up-tour/ [name='sign_up_tour']
  12. child-profile/ [name='child_profile']
  13. parent-profile/ [name='parent_profile']
  14. payments/ [name='payments']
  15. blog/ [name='blog']
  16. blog/ <slug:slug>/ [name='blog_detail']

The current path, blog/socionika/, 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.