码迷,mamicode.com
首页 > 数据库 > 详细

【Django】依赖auth.user的数据库迁移,以及admin用户非交互式创建

时间:2016-05-11 15:16:48      阅读:513      评论:0      收藏:0      [点我收藏+]

标签:

admin用户非交互式创建:

echo "from django.contrib.auth.models import User; User.objects.create_superuser(‘myadmin‘, ‘myemail@example.com‘, ‘hunter2‘)" | python manage.py shell

依赖auth.user的数据库迁移:

python manage.py migrate auth
python manage.py migrate

 

参考资料:

http://stackoverflow.com/questions/1466827/automatically-create-an-admin-user-when-running-djangos-manage-py-syncdb

http://stackoverflow.com/questions/29689365/auth-user-error-with-django-1-8-and-syncdb-migrate

 

【Django】依赖auth.user的数据库迁移,以及admin用户非交互式创建

标签:

原文地址:http://www.cnblogs.com/junneyang/p/5481804.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!