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 }