输入python manage.py createsuperuser,就可以创建用户名和密码了。。。
不过好事多磨,事情还没结束
Error:You have 14 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
根据提示信息,运行python manage.py migrate之后,就可以重新创建admin了。