locale in settings
This commit is contained in:
parent
2e638e40a9
commit
d94b12d1a0
|
@ -164,6 +164,11 @@ USE_I18N = True
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
USE_L10N = True
|
||||||
|
LANGUAGES = [
|
||||||
|
('es', 'Spanish'),
|
||||||
|
('en', 'English'),
|
||||||
|
]
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
||||||
|
|
Loading…
Reference in New Issue