mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-10 03:46:27 +00:00
[printer] Update settings.py (temporary)
This commit is contained in:
parent
085a1dedf8
commit
b0f9f70deb
1 changed files with 13 additions and 0 deletions
13
printer/settings.py
Normal file
13
printer/settings.py
Normal file
|
@ -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']
|
Loading…
Reference in a new issue