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 }