随笔分类 -  django

摘要:根据教程到添加并保存quest的时候报错了 1.models.py里面的命名没有错 2.查看mysite->settiongs下的INSTALLED_APPS设置正确 3.使用python manage.py makemigrations polls没有修改的内容 4.查看0001_***.py正常 阅读全文
posted @ 2018-08-31 11:03 keeptheminutes 阅读(3013) 评论(0) 推荐(0)
摘要:链接文档地址:https://docs.djangoproject.com/zh-hans/2.0/intro/tutorial02/ 由于我使用的是mysql,所以设置的是mysql的: 在myslte的settings.py配置DATABASE 配置好后将生成的py文件应用到数据库:python 阅读全文
posted @ 2018-08-30 14:13 keeptheminutes 阅读(225) 评论(0) 推荐(0)
摘要:附上Django教程地址:https://docs.djangoproject.com/zh-hans/2.0/intro/tutorial01/ 1.通过pip install django==2.0 安装指定的版本号 (最开始我是使用pip install django,安装的是1.11..,然 阅读全文
posted @ 2018-08-29 17:51 keeptheminutes 阅读(98) 评论(0) 推荐(0)