We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1c31d commit 66dc98fCopy full SHA for 66dc98f
2 files changed
database.sqlite3
0 Bytes
main/settings.py
@@ -121,7 +121,7 @@
121
122
# Internationalization
123
# https://docs.djangoproject.com/en/3.2/topics/i18n/
124
-LANGUAGE_CODE = 'pl'
+LANGUAGE_CODE = 'en'
125
126
TIME_ZONE = 'UTC'
127
@@ -131,9 +131,10 @@
131
132
USE_TZ = True
133
134
+
135
LANGUAGES = [
136
('en', 'English'),
- ('pl', 'Polish')
137
+ ('pl', 'Polish'),
138
]
139
140
# Static files (CSS, JavaScript, Images)
@@ -155,4 +156,4 @@
155
156
157
DOCUMENTATION_DEFAULT_INDEX = 'DocumentationLanding'
158
-CRISPY_TEMPLATE_PACK = 'bootstrap4'
159
+CRISPY_TEMPLATE_PACK = 'bootstrap4'
0 commit comments