used jinja templates
This commit is contained in:
parent
aa4f085286
commit
84381325f1
5 changed files with 31 additions and 36 deletions
|
@ -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(
|
||||
","
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue