Improve the settings method, allow for execution of mayan-edms.py without an existing local.py file
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .base import *
|
||||
try:
|
||||
from .local import * # NOQA
|
||||
except ImportError:
|
||||
from .base import * # NOQA
|
||||
|
||||
Reference in New Issue
Block a user