]> git.parisson.com Git - teleforma.git/commitdiff
back to recovery
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 30 Nov 2021 15:19:51 +0000 (16:19 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 30 Nov 2021 15:19:51 +0000 (16:19 +0100)
app/settings.py

index 7df91150b2a212c61dc6be1a9b545a279ba99f8e..0a34e1a47113494fc8bb0e4394a9f5a57be3c310 100644 (file)
@@ -14,7 +14,7 @@ DEBUG_ENV = os.environ.get('DEBUG') == 'True'
 DEBUG = DEBUG_ENV
 TEMPLATE_DEBUG = DEBUG
 
-RECOVERY = False
+RECOVERY = True
 
 # disable to debug websocket and improve performance
 DEBUG_TOOLBAR = False