Improve syntax

This commit is contained in:
George Lacey 2021-05-21 19:21:15 +01:00
parent 713559ade2
commit a9cd4f1c65

View File

@ -132,7 +132,7 @@ CACHES = {
# security # security
SESSION_COOKIE_SECURE=True SESSION_COOKIE_SECURE = True
SECURE_SSL_REDIRECT=True SECURE_SSL_REDIRECT = True
CSRF_COOKIE_SECURE=True CSRF_COOKIE_SECURE = True