used jinja templates

This commit is contained in:
Stanislas Jouffroy 2025-05-21 23:40:07 +02:00
parent aa4f085286
commit 84381325f1
5 changed files with 31 additions and 36 deletions

View file

@ -5,7 +5,7 @@ from dotenv import load_dotenv
load_dotenv()
MENU_CRECHE_PDF_URL = os.environ.get("MENU_CRECHE_PDF_URL")
MENU_TYPE = os.environ.get("MENU_KIND")
MENU_TYPES = os.environ.get("MENU_TYPES").split(",")
SIGNAL_SENDER = os.environ.get("SIGNAL_SENDER")
SIGNAL_RECIPIENTS = os.environ.get("SIGNAL_RECIPIENTS", default=SIGNAL_SENDER).split(
","