摘要: setting中一些设置例子 mysql数据库连接设置 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME':'testtest', #数据库名称 'HOST':'localhost', 'USER':'root', ... 阅读全文
posted @ 2019-08-22 17:17 代码家园 阅读(424) 评论(0) 推荐(0) 编辑