From 744179b09705ae0866043ee587b1186d3c6b68aa Mon Sep 17 00:00:00 2001 From: matijakolaric Date: Mon, 20 Jul 2020 21:01:50 +0200 Subject: [PATCH] Adding newline to the end of file --- dmp_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp_project/settings.py b/dmp_project/settings.py index f8134399..71d8a56a 100644 --- a/dmp_project/settings.py +++ b/dmp_project/settings.py @@ -171,4 +171,4 @@ SECURE_HSTS_SECONDS = 0 if DEBUG else 300 SECURE_HSTS_PRELOAD = not DEBUG SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') -SECURE_SSL_REDIRECT = not DEBUG \ No newline at end of file +SECURE_SSL_REDIRECT = not DEBUG