diff --git a/PyEditorial/settings.py b/PyEditorial/settings.py index 9f0b06c..b80ba0e 100644 --- a/PyEditorial/settings.py +++ b/PyEditorial/settings.py @@ -87,6 +87,18 @@ } } +# If you need to use Postgresql, you can use this section +# DATABASES = { +# 'default': { +# 'ENGINE': 'django.db.backends.postgresql', +# 'NAME': 'PyEditorial', +# 'USER': 'postgres', +# 'PASSWORD': 'great123', +# 'HOST': 'localhost', +# 'PORT': '', +# } +# } + # Password validation # https://docs.djangoproject.com/en/3.0/ref/settings/#auth-password-validators