Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの言語が必要なだけですが、不要な言語を非表示または無効にするにはどうすればよいですか?
有効にする言語を settings.py ファイルで定義するだけです。
LANGUAGES = ( ('de', _("German")), ('en', _("English")), )