Move all settings files from <app>/conf/settings.py to <app>/settings.py
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import absolute_import
|
||||
|
||||
from common.utils import load_backend
|
||||
|
||||
from .conf.settings import BACKEND, LANGUAGE
|
||||
from .settings import BACKEND, LANGUAGE
|
||||
|
||||
try:
|
||||
language_backend = load_backend(u'.'.join([u'ocr', u'lang', LANGUAGE, u'LanguageBackend']))()
|
||||
|
||||
Reference in New Issue
Block a user