backend: do not pollute repo with output pdfs

This commit is contained in:
Paul Mathieu 2022-07-12 12:15:38 +02:00
parent d73b492cf2
commit 640edb66af

2
web.py
View File

@ -12,7 +12,7 @@ from makesticker import makesticker
from makeplanche import makeplanche
PORT = 8000
OUT_DIR = '/data'
OUT_DIR = tempfile.gettempdir()
TEMPLATE_DIR = '/data'
DEFAULT_DPI = 300