Skip to content Skip to sidebar Skip to footer

Noreversematch At /product/pussyes/ Reverse For 'basket_adding' Not Found. 'basket_adding' Is Not A Valid View Function Or Pattern Name

NoReverseMatch at /product/pussyes/ Reverse for 'basket_adding' not found. 'basket_adding' is not a valid view function or pattern name. Request Method: GET Request URL: ht

Solution 1:

You're using namespace for your order app's URLs. You'll have to supply it's namespace to the url tag.

{% url 'orders:basket_adding' %}
#       \____/ \___________/
#         |          |
#     namespace   url name

Post a Comment for "Noreversematch At /product/pussyes/ Reverse For 'basket_adding' Not Found. 'basket_adding' Is Not A Valid View Function Or Pattern Name"