摘要: 问题出现 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), } } 改成了 DATABASES = { 'default': 阅读全文
posted @ 2020-07-06 15:03 正义的棒棒糖 阅读(326) 评论(0) 推荐(0)