From 7f2d2bd5c2d8bebb434b6222091f3549c6f85850 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 9 Feb 2016 14:10:28 +0000 Subject: [PATCH] Add all the configs --- config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 505e2e536..eddb41d1e 100644 --- a/config.py +++ b/config.py @@ -74,7 +74,9 @@ class Live(Staging): configs = { - 'live': Live, 'development': Development, - 'test': Test + 'test': Test, + 'preview': Preview, + 'staging': Staging, + 'live': Live }