INSTALLED_APPS = ( 'model_utils', 'tests', ) DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3' } } SECRET_KEY = 'dummy'