diff --git a/landsat/settings.py b/landsat/settings.py index 4e6880b..a357cc3 100644 --- a/landsat/settings.py +++ b/landsat/settings.py @@ -14,7 +14,7 @@ import os # Google Storage Landsat Config -DEBUG = False +DEBUG = os.getenv('DEBUG', False) SOURCE_URL = 'gs://earthengine-public/landsat' SCENE_FILE_URL = SOURCE_URL + '/scene_list.zip'