Open mhsharifi96 opened 4 years ago
How you run manage.py migrate
?
yes,first run migrate command, and if request to request url
django app work and return success(status = 200) and created user, but when I have create new admin in django can't work createsuperuser
I guess when run this command,in UserManager just run create_user
function and not run create_superuser
function
hi , after install requirements,and run
python manage.py createsuperuser
I get some Error : can not create superuser !!!can I solve it?