Django 忘记管理员或忘记管理员密码
第一步:运行django shell
1 | python3 manage.py shell |
第二步:重设密码
1 | from django.contrib.auth.models import User |
如果你连管理员用户名都忘了。。。
1 | from django.contrib.auth.models import User |
第一步:运行django shell
1 | python3 manage.py shell |
第二步:重设密码
1 | >>> from django.contrib.auth.models import User |
如果你连管理员用户名都忘了。。。
1 | >>> from django.contrib.auth.models import User |
微信支付
支付宝
欢迎关注我的其它发布渠道
v1.5.2