Guest User

Untitled

a guest
Sep 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. LANGUAGE_CODE = 'ru'
  2.  
  3. LANGUAGES = [
  4. ('en', 'English'),
  5. ('ru', 'Russian'),
  6. ]
  7.  
  8. USE_I18N = True
  9.  
  10. LOCALE_PATHS = [
  11. os.path.join(BASE_DIR, 'locale')
  12. ]
Add Comment
Please, Sign In to add comment