2016-09-26 10 views

答えて

2
from django.utils.translation import to_locale 
from django.conf import settings 

print to_locale(settings.LANGUAGE_CODE) 
関連する問題