Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created November 3, 2015 13:24
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 NetguruGist/dce96467bf951e779f3e to your computer and use it in GitHub Desktop.
Save NetguruGist/dce96467bf951e779f3e to your computer and use it in GitHub Desktop.
rails_django_12
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'django_blog',
'USER': 'django',
'PASSWORD': 'django',
'HOST': '',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment