Browse Source

Use unicode in the example settings file, to give a good example :-)

Baptiste Jonglez 8 years ago
parent
commit
a2046c89f0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      coin/settings_local.example-illyse.py

+ 3 - 0
coin/settings_local.example-illyse.py

@@ -1,3 +1,6 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
 EXTRA_INSTALLED_APPS = (
     'vpn',
 )