Created
April 30, 2019 12:20
-
-
Save fandrefh/1f303e3779148522991dc07723798eda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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