From 4af9c7a63911dd07d7588c28b24185adcb25008b Mon Sep 17 00:00:00 2001
From: Olivier Labbe <olivier.labbe@univ-grenoble-alpes.fr>
Date: Thu, 12 Dec 2024 11:07:56 +0100
Subject: [PATCH] update scripts in bin

---
 bin/export_publishing_date.sh | 2 +-
 bin/import_publishing_date.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/export_publishing_date.sh b/bin/export_publishing_date.sh
index e49f55b..9f8901b 100644
--- a/bin/export_publishing_date.sh
+++ b/bin/export_publishing_date.sh
@@ -2,4 +2,4 @@
 FIC=$1
 cd /var/www/numdam/current/venv/bin
 source activate
-python /var/www/numdam/current/sites/numdam/manage.py deploy --export > $FIC
+python /var/www/numdam/current/src/manage.py deploy --export > $FIC
diff --git a/bin/import_publishing_date.sh b/bin/import_publishing_date.sh
index 7e29b48..e337182 100644
--- a/bin/import_publishing_date.sh
+++ b/bin/import_publishing_date.sh
@@ -2,4 +2,4 @@
 FIC=$1
 cd /var/www/numdam/current/venv/bin
 source activate
-python /var/www/numdam/current/sites/numdam/manage.py deploy --import $FIC
+python /var/www/numdam/current/src/manage.py deploy --import $FIC
-- 
GitLab