mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
8 lines
199 B
Python
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')),
|
|
]
|
|
# import ipdb; ipdb.set_trace()
|