django使用mysql数据库: 首先cmd创建库 1.settings: """Django settings for day42 project. Generated by 'django-admin startproject' using Django 1.11.26. For more information on this file, seehttps://docs.djangoproject.com/en/1.11/topics/settings/ For th
环境描述:macOS .vscode .netcore3.0 迁移工具:Microsoft.EntityFrameworkCore.Tools 遇到的问题: Could not execute because the specified command or file was not found. 解决办法: 因为dotnet正常(dotnet --version),猜测出现问题的部分应该是在EF,使用命令更新EF工具. dotnet tool update ---preview7.19362.