Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions PyEditorial/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down