We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9452bb9 commit b806afaCopy full SHA for b806afa
1 file changed
pydotorg/settings/base.py
@@ -47,6 +47,9 @@
47
48
TIME_ZONE = "UTC"
49
LANGUAGE_CODE = "en-us"
50
+LANGUAGES = [
51
+ ("en-us", "English"),
52
+]
53
USE_I18N = True
54
USE_TZ = True
55
0 commit comments