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