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

clean_username function not work

Alalaf opened this issue · comments

looks like your error is saying that the username has already been created.

yes, but it have to raise error('its already token') instead of that error

try changing line 28 to:

if not qs.exist():