spacepaste

  1.  
  2. },
  3. },
  4. }
  5. LANGUAGE_CODE = 'es'
  6. SUPPORTED_LANGUAGES = ['es', 'en']
  7. import tendenci
  8. import os.path
  9. PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
  10. THEMES_DIR = os.path.join(PROJECT_ROOT, 'themes')
  11. LOCALE_PATHS = (
  12. os.path.join(os.path.dirname(tendenci.__file__), 'locale'),
  13. os.path.join(THEMES_DIR, 'novalaciro', 'locale'),
  14. )
  15.