mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
test
This commit is contained in:
parent
a839300951
commit
e6e16125f3
|
@ -62,7 +62,6 @@ if REDIS_SSL:
|
||||||
"redis.connection.SSLConnection"
|
"redis.connection.SSLConnection"
|
||||||
)
|
)
|
||||||
CACHES["default"]["OPTIONS"]["SSL_CERT_REQS"] = CERT_NONE
|
CACHES["default"]["OPTIONS"]["SSL_CERT_REQS"] = CERT_NONE
|
||||||
|
|
||||||
# SECURITY
|
# SECURITY
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# https://docs.djangoproject.com/en/dev/ref/settings/#secure-proxy-ssl-header
|
# https://docs.djangoproject.com/en/dev/ref/settings/#secure-proxy-ssl-header
|
||||||
|
|
Loading…
Reference in New Issue
Block a user