>>python manage.py createsuperuser
Than you got following error.
So how to get rid of this error :)
1-open you terminal
2-And run this command "python manage.py migrate" (without double quotes)
Recommend:
3-After running the above command now you can easily create superuser in django.
4-For creating superuser use this command in terminal "python manage.py createsuperuser" (without double quotes)
0 Comments