摘要: 2. 程序目录 3. 配置文件 a、数据库 支持SQLite 3(默认)、PostgreSQL 、MySQL、Oracle数据库的操作 # 默认是SQLit 3 的配置 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3' 阅读全文
posted @ 2019-08-04 00:47 酷爱。 阅读(163) 评论(0) 推荐(0)