diff --git a/config.py b/config.py index 471123055..0685195a5 100644 --- a/config.py +++ b/config.py @@ -57,7 +57,7 @@ class Development(Config): class Test(Development): - pass + DEBUG = True class Preview(Config):