Skip to content

Instantly share code, notes, and snippets.

@fandrefh
Created April 30, 2019 12:20
Show Gist options
  • Save fandrefh/1f303e3779148522991dc07723798eda to your computer and use it in GitHub Desktop.
Save fandrefh/1f303e3779148522991dc07723798eda to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'nome do banco',
'USER': 'usuário do banco',
'PASSWORD': 'senha do usuário do banco',
'PORT': 'porta do banco',
'HOST': 'host do banco, se a aplicação estiver na mesma máquina pode usar localhost',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment