From b0f9f70deb1a839a7c3bc72effa3c5210e349357 Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Fri, 29 Jun 2018 05:16:31 +0200 Subject: [PATCH] [printer] Update settings.py (temporary) --- printer/settings.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 printer/settings.py diff --git a/printer/settings.py b/printer/settings.py new file mode 100644 index 00000000..c8879bd4 --- /dev/null +++ b/printer/settings.py @@ -0,0 +1,13 @@ + + + + + +"""printer.settings +Define variables, to be changed into a configuration table. +""" + + + +MAX_PRINTFILE_SIZE = 25 * 1024 * 1024 # 25 MB +ALLOWED_TYPES = ['application/pdf']