codingforentrepreneurs / eCommerce

We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.

Home Page:http://www.codingforentrepreneurs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkout Address View not working

Vaidehi2002 opened this issue · comments

I am unable to add an address in my checkout view. I get the following error:

ValueError at /ajax/add_user_address/
The view accounts.views.add_user_address didn't return an HttpResponse object. It returned None instead.

Help would be much appreciated
Thank you