Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created August 2, 2011 13:51
Show Gist options
  • Save andymckay/1120222 to your computer and use it in GitHub Desktop.
Save andymckay/1120222 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'NAME': 'zamboni',
'ENGINE': 'django.db.backends.mysql',
'USER': 'django',
'PASSWORD': 'xx',
'OPTIONS': {'init_command': 'SET storage_engine=InnoDB'},
'TEST_CHARSET': 'utf8',
'TEST_COLLATION': 'utf8_general_ci',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment