DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'netfields', } } INSTALLED_APPS = ('tests',)