config postgres
This commit is contained in:
parent
066ac8a952
commit
59b1c78239
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user