diff --git a/printer/settings.py b/printer/settings.py new file mode 100644 index 00000000..97895a3b --- /dev/null +++ b/printer/settings.py @@ -0,0 +1,13 @@ + + + + + +"""printer.settings +Define variables, to be changed into a configuration table. +""" + + + +MAX_PRINTFILE_SIZE = 10 * 1024 * 1024 # 25 MB +ALLOWED_TYPES = ['application/pdf']