django.urls.excepti...
 
Notifications
Clear all

django.urls.exceptions.NoReverseMatch: Reverse for 'remove_cart' with arguments '(2,)' not found. 1 pattern(s) tried: ['cart/remove_cart/(?P[0-9]+)/(?P[0-9]+)/$']

3 Posts
2 Users
0 Reactions
82 Views
0
Topic starter

Reference Section 11:

Cart Increment/Decrement/Remove with Variations

the above-said error found. kindly cooperate in this regard 

Thanks

1 Answer
0
 

Dear Ejaz Ali Inayat,

The error you are encountering seems to be caused by an undefined or incorrect URL being accessed. To resolve this issue, please follow these steps:

  1. Check your urls.py file: Ensure the URL you are trying to access is properly defined.
  2. Verify your app configuration: Confirm that the app is added to the INSTALLED_APPS section of your settings.py file.
  3. Include app-specific URLs: Make sure the app’s urls.py file is included in your project's main urls.py.

If you have verified all of the above and are still facing the issue, kindly share your GitHub repository link with us. We will be happy to assist you further in resolving the problem.

Ejaz Ali Inayat Ejaz Ali Inayat Topic starter 26/12/2024 12:26 am

@mohaiminul-islam Thanks Sir, the issue is solved

IMG 1866 rathank.com Mohaiminul - Team Rathan 30/12/2024 11:45 pm

Ejaz Ali Inayat , You're most welcome .

Share: