{{cookiecutter.project_slug}}/etc/production.ini
changeset 46 f373e2998735
parent 45 bad5178f7035
child 48 7d06fc8ea782
--- a/{{cookiecutter.project_slug}}/etc/production.ini	Mon Sep 24 10:54:46 2018 +0200
+++ b/{{cookiecutter.project_slug}}/etc/production.ini	Wed Oct 03 09:40:51 2018 +0200
@@ -135,6 +135,14 @@
 ## Secure PyAMS authentication policy (requires HTTPS)
 pyams.authentication_policy.secure = True
 
+## PyAMS locale settings
+pyams.locale.lc_ctype = {{ cookiecutter.pyams_locale }}
+pyams.locale.lc_collate = {{ cookiecutter.pyams_locale }}
+pyams.locale.lc_ctime = {{ cookiecutter.pyams_locale }}
+pyams.locale.lc_monetary = {{ cookiecutter.pyams_locale }}
+pyams.locale.lc_numeric = {{ cookiecutter.pyams_locale }}
+pyams.locale.lc_all = {{ cookiecutter.pyams_locale }}
+
 ## PyAMS mailer
 pyams_mail.mailers = {{ cookiecutter.smtp_server_name }}.
 {{ cookiecutter.smtp_server_name }}.name = {{ cookiecutter.smtp_server_name }}