Last active
December 12, 2018 18:44
-
-
Save wpupru/7d8f87fde5d319acc6539f76b323d080 to your computer and use it in GitHub Desktop.
Соединение_
Соединение_django_via_Postgresql
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_psycopg2', | |
| 'NAME': 'firstproject', | |
| 'USER': 'salan2000', | |
| 'PASSWORD': 'Mara12Fet', | |
| 'HOST': 'localhost', | |
| 'PORT': '5432' | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment