Improve the settings method, allow for execution of mayan-edms.py without an existing local.py file

This commit is contained in:
Roberto Rosario
2014-10-09 19:34:51 -04:00
parent 0222474afa
commit 9bf1b3b95a
8 changed files with 23 additions and 12 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
from __future__ import absolute_import
from .base import *
try:
from .local import * # NOQA
except ImportError:
from .base import * # NOQA