Browse Source

[printer] Update settings.py (temporary)

bring_printer
Maxime Bombar 8 years ago
committed by Gabriel Detraz
parent
commit
3acf992da4
  1. 2
      printer/settings.py

2
printer/settings.py

@ -9,5 +9,5 @@ Define variables, to be changed into a configuration table.
MAX_PRINTFILE_SIZE = 10 * 1024 * 1024 # 25 MB MAX_PRINTFILE_SIZE = 25 * 1024 * 1024 # 25 MB
ALLOWED_TYPES = ['application/pdf'] ALLOWED_TYPES = ['application/pdf']

Loading…
Cancel
Save