bob@13: from settings.base import * bob@13: from settings.local import * bob@13: bob@13: DATABASES = { bob@13: 'default': { bob@13: 'ENGINE': 'django.db.backends.sqlite3', bob@13: 'NAME': 'test.db', bob@13: }, bob@13: }