My settings file\'s database section looks like this:
DATABASES = { \'default\': { \'ENGINE\': \'django.db.backends.sqlite3\', \'NAME\': \'C:
If you are trying @solarissmoke's answer for Django 2.*:
Don't wrap the database name with quotes, otherwise it will give you a KeyError and a ConnectionDoesnotExist error.
KeyError
ConnectionDoesnotExist
python manage.py inspectdb --database blah