django 连接mysql ,在terminal输入python manage.py migrate的时候报错
raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings docum
entation for more details.
解决方法:
这两个用#注释
运行如下