From 336152488268445e84e58512cbaf13d4d89a7112 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 19 Mar 2019 14:50:38 +0000 Subject: Add instance directories --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 32dd5ff..5c38584 100644 --- a/config.py +++ b/config.py @@ -22,3 +22,7 @@ class Config(object): MAIL_USERNAME = os.environ.get('MAIL_USERNAME') MAIL_PASSWORD = os.environ.get('MAIL_PASSWORD') ADMINS = ['gvandenburg@turing.ac.uk'] + + # these should be used relative to the instance path + DATASET_DIR = "datasets" + TEMP_DIR = "tmp" -- cgit v1.2.3