Updated link with valid options for LANGUAGE_CODE in global_settings.py.

Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
r0Zh-ovanya 2024-09-19 15:18:05 +03:00 committed by GitHub
parent 1fa8493640
commit 4b65dc2f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -43,8 +43,10 @@ TIME_ZONE = "America/Chicago"
# If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = True
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
# Language code for this installation. Valid choices can be found here:
# https://www.iana.org/assignments/language-subtag-registry/
# If LANGUAGE_CODE is not listed in LANGUAGES (below), the project must
# provide the necessary translations and locale definitions.
LANGUAGE_CODE = "en-us"
# Languages we provide translations for, out of the box.