X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=settings.py;h=9e97dce30c6adcc156f94baadcba24f3f639193c;hb=bd08616b4b39a019020a65a9f22935032c6c5966;hp=693a9712870ccd16a1fd1682a670cef5e568aea6;hpb=e58ad585c711b3199a7516ccf8f204d7216c8fdc;p=cascardo%2Feventmanager.git diff --git a/settings.py b/settings.py index 693a971..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/Chicago' +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 @@ -85,3 +86,6 @@ INSTALLED_APPS = ( 'eventmanager.eventos', 'eventmanager.conteudo', ) + +# código mínimo já utilizado em testes de geração de boletos. +MIN_REF_TRAN = 2