From 3613af857868bd599595aef3393dd842cc7e2df0 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 28 Mar 2019 11:33:22 +0100
Subject: [PATCH] Adding encoding for local settins file

---
 VIPSWeb/local_settings_sample.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py
index 5f49103e..9b3994c6 100755
--- a/VIPSWeb/local_settings_sample.py
+++ b/VIPSWeb/local_settings_sample.py
@@ -1,3 +1,5 @@
+# -*- coding: UTF-8 -*-
+
 #
 # Copyright (c) 2016 NIBIO <http://www.nibio.no/>. 
 # 
-- 
GitLab