From 3d9cb10a447698faea94343245464b68d0bf1843 Mon Sep 17 00:00:00 2001 From: Louis-Guillaume DUBOIS Date: Sat, 10 Oct 2015 21:03:55 +0200 Subject: [PATCH] adds a weather api key the tests settings --- paiji2/settings_tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paiji2/settings_tests.py b/paiji2/settings_tests.py index aeec99e..5e75049 100755 --- a/paiji2/settings_tests.py +++ b/paiji2/settings_tests.py @@ -104,3 +104,5 @@ # testing when the test server is running if HTMLVALIDATOR_ENABLED: MIDDLEWARE_CLASSES += ("htmlvalidator.middleware.HTMLValidator",) + +OPENWEATHERMAP_API_KEY = ''