django-fobi/examples/simple/settings/alternative_labels.py
2018-02-21 20:11:14 +01:00

8 lines
199 B
Python

import os
from .base import *
LOCALE_PATHS = [
os.path.abspath(os.path.join(BASE_DIR, 'fobi_locale')),
os.path.abspath(os.path.join(BASE_DIR, 'locale')),
]
FOBI_SORT_PLUGINS_BY_VALUE = True