From 59b1c782393b9c99de40c63700ba3d77acd2cc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Oct 2018 14:22:07 -0500 Subject: [PATCH] config postgres --- personalsite/settings.py.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/personalsite/settings.py.example b/personalsite/settings.py.example index 2d2e154..b689c76 100644 --- a/personalsite/settings.py.example +++ b/personalsite/settings.py.example @@ -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 # https://docs.djangoproject.com/en/2.1/ref/settings/#auth-password-validators