decp.info => colibre

This commit is contained in:
Colin Maudry
2026-07-01 18:00:36 +02:00
parent 126834c7d4
commit 9ff2373ccb
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -46,11 +46,11 @@ def main(argv=None, env=None, storage=None) -> int:
return 0
if args.cmd == "restore":
print("⚠ Arrêtez d'abord le service : systemctl stop decpinfo")
print("⚠ Arrêtez d'abord le service : systemctl stop colibre")
backup_copy = service.restore(config, storage, args.key, now)
print(f"restauré depuis : {args.key}")
print(f"copie de secours de l'ancienne base : {backup_copy}")
print("Redémarrez ensuite le service : systemctl start decpinfo")
print("Redémarrez ensuite le service : systemctl start colibre")
return 0
+1 -1
View File
@@ -113,7 +113,7 @@ def layout(**query):
prefill: dict = {}
try:
prefill = frisbii_client.get_customer(f"decpinfo-{current_user.id}")
prefill = frisbii_client.get_customer(f"colibre-{current_user.id}")
except frisbii_client.FrisbiiError:
prefill = {}
stored_siret = auth_db.get_siret(current_user.id) or ""
+1 -1
View File
@@ -11,7 +11,7 @@ subscriptions_bp = Blueprint("subscriptions", __name__)
def _customer_handle(user_id: int) -> str:
return f"decpinfo-{user_id}"
return f"colibre-{user_id}"
@subscriptions_bp.route("/subscriptions/subscribe", methods=["POST"])
Binary file not shown.