Fix.
[cascardo/eventmanager.git] / settings.py
index d7a4be9..31449db 100644 (file)
@@ -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
@@ -80,7 +81,11 @@ INSTALLED_APPS = (
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
-    'django.contrib.sites',
+    #'django.contrib.sites',
     'django.contrib.admin',
     'eventmanager.eventos',
+    'eventmanager.conteudo',
 )
+
+# código mínimo já utilizado em testes de geração de boletos.
+MIN_REF_TRAN = 10