X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=__init__.py;h=ebf8a9b17ddbd683f6667311ffd6a173ddf18cee;hb=7860eae4ed7942fe5d3cceebd7f3bffedc5f42e6;hp=fe58f8019907418b83286292081ba4801a2f4f72;hpb=5593bf402c148913047055173e16058e0082d40c;p=cascardo%2Feventmanager.git diff --git a/__init__.py b/__init__.py index fe58f80..ebf8a9b 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,22 @@ +""" +Copyright (C) 2007 Lincoln de Sousa +Copyright (C) 2007 Douglas Andrade + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public +License along with this program; if not, write to the +Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. +""" def initialize(): from eventos.models import Evento from datetime import datetime @@ -15,11 +34,7 @@ def initialize(): emsl.uf = 'MG' emsl.save() - from eventos.models import AreaDeInteresse - AreaDeInteresse(nome='Hurd').save() - AreaDeInteresse(nome='VoIP').save() - - from eventos.models import CategoriaPalestra - CategoriaPalestra(nome='Admin').save() - CategoriaPalestra(nome='Filosofia').save() - CategoriaPalestra(nome='Desenvolvimento').save() + from eventos.models import CategoriaTrabalho + #CategoriaTrabalho(nome='Admin').save() + #CategoriaTrabalho(nome='Filosofia').save() + #CategoriaTrabalho(nome='Desenvolvimento').save()