Add settings module for easy testing during development.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
ad3bce178c
commit
d991c82693
6
mayan/settings/testing/development.py
Normal file
6
mayan/settings/testing/development.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .base import * # NOQA
|
||||
|
||||
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
|
||||
|
||||
Reference in New Issue
Block a user