diff --git a/cookbooks/colab/templates/00-custom_settings.py.erb b/cookbooks/colab/templates/00-custom_settings.py.erb index 67881fa..eacd8b2 100644 --- a/cookbooks/colab/templates/00-custom_settings.py.erb +++ b/cookbooks/colab/templates/00-custom_settings.py.erb @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + ## Set to false in production DEBUG = False TEMPLATE_DEBUG = False -- libgit2 0.21.2