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