Hi,
This is my first time posting in the djangoproject forum. I’m getting the following error when I’m creating the Django Shopping Cart in Web Page App.
TemplateDoesNotExist at /cart/
The path is given in views.py is provided by the following. In addition to cart.html, index.html is also placed in the cart folder.
The screenshot code shown above and the others were originally acquired from the adding shopping cart in web page tutorial link from GeeksForGeeks.
https://www.geeksforgeeks.org/how-to-add-cart-in-a-web-page-using-django/.
Please have a look at the screenshot and the tutorial link and let me know how to fix the Template problem. Thank You.
Thank You.