summaryrefslogtreecommitdiff
path: root/cli/app/settings/app_cfg.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-26 15:22:19 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-26 15:22:19 +0200
commitcae0d53e2dab523327f93a0a6df277789543c6fd (patch)
tree227b8cb7751921c7727bdf38e157648e8d764505 /cli/app/settings/app_cfg.py
parent0982dd998e60c218a94857a9fb89afb331be7450 (diff)
more involved site export process for the last museum
Diffstat (limited to 'cli/app/settings/app_cfg.py')
-rw-r--r--cli/app/settings/app_cfg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index 4aa4bee..de52311 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -51,6 +51,7 @@ DIR_DATA_STORE = join(DIR_APP, 'data_store')
DIR_DATABASE = join(DIR_DATA_STORE, 'db')
DIR_UPLOADS = join(DIR_DATA_STORE, 'uploads')
DIR_EXPORTS = join(DIR_DATA_STORE, 'exports')
+DIR_CONTENT = join(DIR_DATA_STORE, 'content')
DIR_DOCS = join(DIR_APP, 'docs')