From 2110b6e7b13d17b3a6a2ca7448b3d92f7b794c12 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 15 Feb 2017 19:28:15 +0100 Subject: [PATCH] added blank line adding blank lines is good --- rowsandall_app/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 6f61935d..81a166df 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -269,6 +269,7 @@ EMAIL_USE_TLS = CFG['email_use_tls'] #EMAIL_USE_TLS = False DEFAULT_FROM_EMAIL = 'admin@rowsandall.com' + # weather stuff FORECAST_IO_KEY = CFG['forecast_io_key']