diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-08 17:29:50 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-08 17:29:50 +0100 |
| commit | 5bcbb24791062b6524c06e2bf2bd4a61965ba6e8 (patch) | |
| tree | 24627b5b336da71ec9605e22dff3fb54b4d6a83d /megapixels/app/settings/app_cfg.py | |
| parent | 1711097802c4e82b72fc9ff7490236a8a58793c4 (diff) | |
| parent | e6c50e5550275b8e9d2245201c77c6f9fef7a11a (diff) | |
working
Diffstat (limited to 'megapixels/app/settings/app_cfg.py')
| -rw-r--r-- | megapixels/app/settings/app_cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/megapixels/app/settings/app_cfg.py b/megapixels/app/settings/app_cfg.py index d213f584..891ab503 100644 --- a/megapixels/app/settings/app_cfg.py +++ b/megapixels/app/settings/app_cfg.py @@ -167,6 +167,8 @@ DIR_SITE_CONTENT = "../site/content/pages" DIR_SITE_TEMPLATES = "../site/templates" 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/" # ----------------------------------------------------------------------------- # Celery |
