File testsettings.py of Package python-djangorestframework-csv
USE_TZ = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
},
}
INSTALLED_APPS = (
'django.contrib.contenttypes',
'rest_framework_csv',
)
SECRET_KEY = 'testsecretkey'