Commit 99ae5af69aeb844fae3ef5b92983325ba1ae6d76

Authored by Sergio Oliveira
1 parent 72fd27e7

Force language

cookbooks/colab/templates/00-custom_settings.py.erb
... ... @@ -42,3 +42,5 @@ HAYSTACK_CONNECTIONS = {
42 42 'URL': 'http://localhost:8983/solr/',
43 43 }
44 44 }
  45 +
  46 +LANGUAGE_CODE = 'pt-br'
... ...