thinkster-django-angular-tutorial
thinkster-django-angular-tutorial copied to clipboard
createsuperuser does not work when email is used as username
Hello
I followed your tutorial to learn the django with angularjs. However, I found that python manage.py createsupseruser
would not ask for username
when email
is indicated as username
and thus could not successfully create user since the username is also required.
Is this problem come from the python and/or django version? I am using python 2.7 and django 1.7.6.
same problem with me . u found any fix?