django-fobi/examples/simple/settings/alternative_labels.py
Artur Barseghyan 45efa80cf8 more
2018-02-19 21:01:20 +01:00

7 lines
165 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')),
]