摘要: 一、配置Mysql数据库 项目同名目录下setting.py中配置mysql DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # 数据库产品 'NAME': 'test2', # 数据库名称 'USER': 'root 阅读全文
posted @ 2020-04-28 16:32 萌萌戎 阅读(137) 评论(0) 推荐(0)