python+django学习二

所有模型类型的准备和迁移

在setting.py中添加:AUTH_USER_MODEL = 'users.UserProfile' 继承用户模板

确保子项目的url现在都是空的,

在pycharm的file=>settings中:添加pillow包

在terminal中运行命令:

python manage.py makemigrations   成功的状态

然后运行:python manage.py migrate      成功状态:

 添加xamdi到项目中地址https://github.com/sshwsfc/xadmin

按照apps的建立新建extra_apps文件

导入包:django>=1.9.0
django-crispy-forms>=1.6.0
django-import-export>=0.5.1
django-reversion>=2.0
django-formtools==2.0
future==0.15.2
httplib2==0.9.2
six==1.10.0
然后我弄的是django是2.0的版本,然后就是各种错误
参考博客:https://blog.csdn.net/yuezhuo_752/article/details/87916995,里面有错误解决方式

 然后执行创建管理员账号 python manage.py createsuperuser

 

posted @ 2019-07-09 09:44  世人皆萌  阅读(166)  评论(0编辑  收藏  举报