From 9143fbc65147fa348a23e7ad6552544c53553dd7 Mon Sep 17 00:00:00 2001 From: Branson Stephens <stephenb@uwm.edu> Date: Tue, 20 Nov 2012 14:14:15 -0600 Subject: [PATCH] added data_dir in branson.py --- settings/branson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/branson.py b/settings/branson.py index dc87b5e3e..5d4003d8f 100644 --- a/settings/branson.py +++ b/settings/branson.py @@ -13,6 +13,7 @@ DATABASES = { } } +GRACEDB_DATA_DIR = "/home/branson/fake_data" ALERT_EMAIL_FROM = "Dev Alert <root@moe.phys.uwm.edu>" ALERT_EMAIL_TO = [ -- GitLab