I set settings.DATABASES to
{
'default': {
'ENGINE': 'django.db.backends.dummy'
}
}
I'm still getting
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
I'm on Django 1.6.2.