Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:2023/category-style-v2.html

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

  1. admin/
  2. [name='home']
  3. search/ [name='search']
  4. addanad/ [name='addanad']
  5. contact/ [name='contact']
  6. blog/ [name='blog']
  7. limon-tv/ [name='limontv']
  8. limon-tv/<slug> [name='limontvSingle']
  9. fk-tv/ [name='fktv']
  10. fk-tv/<slug> [name='fktvSingle']
  11. vacancy/ [name='vacancy']
  12. about/ [name='about']
  13. delivery/ [name='delivery']
  14. payment/ [name='payment']
  15. support/ [name='support']
  16. diskount/ [name='diskount']
  17. zoomsky.ru/ [name='zoomsky.ru']
  18. register/ [name='register']
  19. login/ [name='login']
  20. logout/ [name='logout']
  21. password_reset/ [name='password_reset']
  22. password_reset_done/ [name='password_reset_done']
  23. password_reset_confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  24. password_reset_complete/ [name='password_reset_complete']
  25. shop/ [name='shop']
  26. shop/<category> [name='category']
  27. shop/<category>/<subcategory> [name='subcategory']
  28. shop/<category>/<subcategory>/<slug> [name='tovar']
  29. pogoda/ [name='pagoda']
  30. api/v1/pricelist
  31. accounts/
  32. prod/
  33. add/
  34. manager/
  35. kansk-history/
  36. captcha/
  37. ckeditor/

The current path, category-style-v2.html, 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.