config postgres
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user