},
    },
  }
LANGUAGE_CODE = 'es'
SUPPORTED_LANGUAGES = ['es', 'en']
import tendenci
import os.path
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
THEMES_DIR = os.path.join(PROJECT_ROOT, 'themes')
LOCALE_PATHS = (
    os.path.join(os.path.dirname(tendenci.__file__), 'locale'),
    os.path.join(THEMES_DIR, 'novalaciro', 'locale'),
)