Skip to content

Instantly share code, notes, and snippets.

@dimiro1
Created February 4, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimiro1/8800069 to your computer and use it in GitHub Desktop.
Save dimiro1/8800069 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'nome-do-banco',
'USER': 'ususario-do-banco',
'PASSWORD': 'senha',
'HOST': 'localhost',
'PORT': '3306',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment