diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 13:10:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 13:10:14 +0200 |
| commit | af41073892c9391d679b8872f498767ef87150d4 (patch) | |
| tree | 65ecc3b98d5c70a9241fcf8c6b12c50ebd291798 /megapixels/app/settings/app_cfg.py | |
| parent | 25f850aedbdddd17e0de8c5f2a41aace58c1413f (diff) | |
incorporate sheet utilities
Diffstat (limited to 'megapixels/app/settings/app_cfg.py')
| -rw-r--r-- | megapixels/app/settings/app_cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/megapixels/app/settings/app_cfg.py b/megapixels/app/settings/app_cfg.py index f6d0a7df..1eed1a41 100644 --- a/megapixels/app/settings/app_cfg.py +++ b/megapixels/app/settings/app_cfg.py @@ -169,6 +169,7 @@ DIR_SITE_INCLUDES = "../site/includes" DIR_SITE_USER_CONTENT = "../site/public/user_content" DIR_SITE_DATASETS = "../site/datasets/" DIR_SITE_FINAL_CITATIONS = "../site/datasets/final/" +GOOGLE_ACCOUNT_CREDS_PATH = os.path.join("../", os.getenv("GOOGLE_ACCOUNT_CREDS_PATH")) # ----------------------------------------------------------------------------- # Celery |
