| commit | c40941b4b7d5aeea42d24339efa337f7da48c702 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Fri Apr 25 12:20:47 2014 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Fri Apr 25 12:20:47 2014 -0700 |
| tree | 982483490f29076fd80840d1a0c88c7aabdb3c75 | |
| parent | 58c83964f454e8e1a0404cccd1011467c29f13ce [diff] [blame] |
get BIGQUERY_TABLE setting from plstackapi config file
diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index d706245..ce13f08 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py
@@ -240,3 +240,5 @@ }, } } + +BIGQUERY_TABLE = getattr(config, "bigquery_table", "demoevents")