config postgres

This commit is contained in:
Jesús 2018-10-11 14:22:07 -05:00
parent 066ac8a952
commit 59b1c78239
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -85,6 +85,17 @@ DATABASES = {
} }
} }
## PostgreSQL Database settings
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'yourbase',
# 'USER': 'user',
# 'PASSWORD': 'pass',
# 'HOST': '127.0.0.1',
# 'PORT': '5432',
# }
# }
# Password validation # Password validation
# https://docs.djangoproject.com/en/2.1/ref/settings/#auth-password-validators # https://docs.djangoproject.com/en/2.1/ref/settings/#auth-password-validators