backend: do not pollute repo with output pdfs
This commit is contained in:
2
web.py
2
web.py
@@ -12,7 +12,7 @@ from makesticker import makesticker
|
|||||||
from makeplanche import makeplanche
|
from makeplanche import makeplanche
|
||||||
|
|
||||||
PORT = 8000
|
PORT = 8000
|
||||||
OUT_DIR = '/data'
|
OUT_DIR = tempfile.gettempdir()
|
||||||
TEMPLATE_DIR = '/data'
|
TEMPLATE_DIR = '/data'
|
||||||
DEFAULT_DPI = 300
|
DEFAULT_DPI = 300
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user