Add the live envirornment

This commit is contained in:
Rebecca Law
2015-12-14 11:00:29 +00:00
parent 69ac2694a5
commit 49a8caefa0

View File

@@ -42,6 +42,7 @@ class Live(Config):
HTTP_PROTOCOL = 'https'
configs = {
'live': Live,
'development': Development,
'test': Test
}