mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-24 07:53:47 +00:00
printer/settings.py : Temporary settings for printer app
This commit is contained in:
parent
a04a284557
commit
9aa875113e
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 = 10 * 1024 * 1024 # 25 MB
|
||||
ALLOWED_TYPES = ['application/pdf']
|
Loading…
Reference in a new issue