Skip to content

Instantly share code, notes, and snippets.

@wpupru
Last active December 12, 2018 18:44
Show Gist options
  • Select an option

  • Save wpupru/7d8f87fde5d319acc6539f76b323d080 to your computer and use it in GitHub Desktop.

Select an option

Save wpupru/7d8f87fde5d319acc6539f76b323d080 to your computer and use it in GitHub Desktop.
Соединение_ Соединение_django_via_Postgresql
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