Commit f8dcf69a0bd1714f32caeded2ff79e05d9127423

Authored by Sergio Oliveira
1 parent 52f2d929

Set template encoding as utf-8

cookbooks/colab/templates/00-custom_settings.py.erb
  1 +# -*- coding: utf-8 -*-
  2 +
1 3 ## Set to false in production
2 4 DEBUG = False
3 5 TEMPLATE_DEBUG = False
... ...