Page not found (404)

Request Method: GET
Request URL: https://vitapharm.ru/notes/46

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

  1. auth/registration/ [name='registration']
  2. auth/confirm_registration [name='confirm_registration']
  3. ckeditor/
  4. admin/1c/
  5. admin/export/
  6. admin/
  7. accounts/
  8. accounts/profile/ [name='user-profile']
  9. [name='home']
  10. catalog [name='catalog']
  11. catalog/list/medicine/ [name='medicine_catalog_list']
  12. catalog/list/medicine/all/ [name='medicine_catalog_list_all']
  13. catalog/list/<str:cat_name>/ [name='catalog_subcat']
  14. catalog/list/ [name='catalog_list']
  15. category/<int:category_id>/ [name='category']
  16. catalog/<int:product_id>/ [name='product']
  17. history [name='history']
  18. dostavka [name='dostavka']
  19. return [name='return']
  20. about [name='about']
  21. privacy [name='privacy']
  22. consent [name='consent']
  23. organizations [name='organizations']
  24. manufacture [name='manufacture']
  25. contacts [name='contacts']
  26. cart [name='cart']
  27. page/cart [name='page/cart']
  28. success_pay [name='success_pay']
  29. fail_pay [name='fail_pay']
  30. ^robots.txt$
  31. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  32. api/shop/
  33. api/product/
  34. api/product/specials/

The current path, notes/46, 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.