8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

printer/settings.py : Temporary settings for printer app

This commit is contained in:
Maxime Bombar 2018-06-28 19:59:00 +02:00
parent a04a284557
commit 9aa875113e

13
printer/settings.py Normal file
View file

@ -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']