X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=settings.py;h=31449db9d2f591c56298c485ae023e21bc08be72;hb=96089ddb98d90288bf7ab3b317456469f2eaeafc;hp=faa5b26244b89b85725ba02f413b0099b598f0e3;hpb=2d9756c19c4366ffd244a1dea9df81a5c257ac47;p=cascardo%2Feventmanager.git diff --git a/settings.py b/settings.py index faa5b26..31449db 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 @@ -87,4 +88,4 @@ INSTALLED_APPS = ( ) # código mínimo já utilizado em testes de geração de boletos. -MIN_REF_TRAN = 2 +MIN_REF_TRAN = 10