Update lock managet app
Add keyword arguments. Sort imports. Move settings and test literals to their own module. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
4
mayan/apps/lock_manager/literals.py
Normal file
4
mayan/apps/lock_manager/literals.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DEFAULT_BACKEND = 'mayan.apps.lock_manager.backends.file_lock.FileLock'
|
||||
DEFAULT_LOCK_TIMEOUT_VALUE = 30
|
||||
Reference in New Issue
Block a user