From: Lincoln de Sousa Date: Wed, 26 Sep 2007 05:04:22 +0000 (-0300) Subject: alterando o TIME_ZONE e botando informações de encoding do módulo python X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=13096f0b605b1a81dae4c6fe24b03a9b14e74d47 alterando o TIME_ZONE e botando informações de encoding do módulo python --- 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