summaryrefslogtreecommitdiff
path: root/megapixels/app/settings
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-27 19:35:54 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-27 19:35:54 +0100
commitc8e7a10be948c2405d46d8c3caf4a8c6675eee29 (patch)
treec04a15f933ebe1f34af7a1d5280b6de1a4d17fa0 /megapixels/app/settings
parentc16e2133d8c1b9505752e2c8f4e2b4d0e1248909 (diff)
rebuild
Diffstat (limited to 'megapixels/app/settings')
-rw-r--r--megapixels/app/settings/app_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/app/settings/app_cfg.py b/megapixels/app/settings/app_cfg.py
index 0b1fb69d..40625958 100644
--- a/megapixels/app/settings/app_cfg.py
+++ b/megapixels/app/settings/app_cfg.py
@@ -163,7 +163,7 @@ S3_HTTP_METADATA_URL = join(S3_HTTP_URL, 'metadata')
S3_SITE_PATH = "v1/site"
S3_DATASETS_PATH = "v1" # datasets is already in the filename
DIR_SITE_PUBLIC = "../site/public"
-DIR_SITE_CONTENT = "../site/content"
+DIR_SITE_CONTENT = "../site/content/pages"
DIR_SITE_TEMPLATES = "../site/templates"
DIR_SITE_USER_CONTENT = "../site/public/user_content"