Page not found (404)

Request Method: GET
Request URL: https://webplant.ir/shop/?add-to-cart=1958

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

  1. admin/
  2. api-token-auth/
  3. api/v1/
  4. base_partial_service [name='base_partial_service']
  5. partial_footer_article_newest [name='partial_footer_article_newest']
  6. partial_view_logo [name='partial_logo']
  7. partial_view_head [name='partial_view_head']
  8. partial_menu_drawer_basket [name='partial_menu_drawer_basket']
  9. partial_drawer_basket [name='partial_drawer_basket']
  10. header_top [name='top-menu']
  11. ajax_article_tags [name='ajax_article_tags']
  12. ajax_drawer_basket [name='ajax_drawer_basket']
  13. [name='base.home']
  14. faq [name='base.faq']
  15. terms-of-service [name='base.role']
  16. faq/<pk> [name='faq.detail']
  17. about [name='about']
  18. contact [name='contact']
  19. accounts/
  20. articles/
  21. asks/
  22. product/
  23. financial/
  24. snippet/
  25. projects/
  26. supports/
  27. f/
  28. ckeditor/
  29. ^static/(?P<path>.*)$
  30. ^media/(?P<path>.*)$

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