Skip to content

Commit

Permalink
Adding newline to the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Jul 20, 2020
1 parent ee04c8b commit 744179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmp_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
SECURE_SSL_REDIRECT = not DEBUG

0 comments on commit 744179b

Please sign in to comment.