Skip to content

Instantly share code, notes, and snippets.

@agungid
Created March 10, 2018 04:05
Show Gist options
  • Save agungid/cde71df38561d799369d6555fce68c38 to your computer and use it in GitHub Desktop.
Save agungid/cde71df38561d799369d6555fce68c38 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'nama_tabel',
'USER': 'username',
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment