Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://phoenix-shop.kz/3363/
Raised by: product.views.product

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

  1. root/
  2. admin/root/
  3. signin/ [name='signin']
  4. signup/ [name='signup']
  5. logout/ [name='logout_then_login']
  6. ajax/validate/email/ [name='email_validate']
  7. ajax/validate/email/edit/ [name='email_validate_edit']
  8. user/password/forgot/ [name='password_forgot']
  9. ajax/validate/change/ [name='password_change']
  10. user/<int:user_id>/password/restore/<str:letters>/ [name='password_restore']
  11. <int:product_id>/ [name='product-p']

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