From 49a8caefa03511d29b61f17a962650d968cda1f9 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 14 Dec 2015 11:00:29 +0000 Subject: [PATCH] Add the live envirornment --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 0bc3a4c4a..268746726 100644 --- a/config.py +++ b/config.py @@ -42,6 +42,7 @@ class Live(Config): HTTP_PROTOCOL = 'https' configs = { + 'live': Live, 'development': Development, 'test': Test }