mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Enable localized numbers and dates
This commit is contained in:
parent
6c3c863619
commit
139db064a9
@ -245,6 +245,7 @@ def configure_django():
|
||||
STATIC_URL='/'.join([cfg.server_dir, 'static/']).replace('//', '/'),
|
||||
STRONGHOLD_PUBLIC_NAMED_URLS=('users:login', 'users:logout'),
|
||||
TEMPLATE_CONTEXT_PROCESSORS=context_processors,
|
||||
USE_L10N=True,
|
||||
USE_X_FORWARDED_HOST=cfg.use_x_forwarded_host)
|
||||
django.setup()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user