diff --git a/cookbooks/colab/templates/00-custom_settings.py.erb b/cookbooks/colab/templates/00-custom_settings.py.erb index df6c958..a6d4faf 100644 --- a/cookbooks/colab/templates/00-custom_settings.py.erb +++ b/cookbooks/colab/templates/00-custom_settings.py.erb @@ -42,3 +42,5 @@ HAYSTACK_CONNECTIONS = { 'URL': 'http://localhost:8983/solr/', } } + +LANGUAGE_CODE = 'pt-br' -- libgit2 0.21.2