From 13096f0b605b1a81dae4c6fe24b03a9b14e74d47 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Wed, 26 Sep 2007 02:04:22 -0300 Subject: [PATCH] =?utf8?q?alterando=20o=20TIME=5FZONE=20e=20botando=20info?= =?utf8?q?rma=C3=A7=C3=B5es=20de=20encoding=20do=20m=C3=B3dulo=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index faa5b26..9e97dce 100644 --- a/settings.py +++ b/settings.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8; -*- # Django settings for eventmanager project. import os @@ -24,7 +25,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with # although not all variations may be possible on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Sao_paulo' +TIME_ZONE = 'America/Sao_Paulo' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes -- 2.20.1