Skip to content

Commit

Permalink
Merge pull request #143 from didita91/techi
Browse files Browse the repository at this point in the history
Agregar, ultimos detalles para graficoReporte.
  • Loading branch information
didita91 committed Jun 20, 2015
2 parents 8263e05 + 34e5d94 commit 044f7df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Proyecto/graficoReporte.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
from app.models import *

def MyBarChartDrawing(proyecto_id):
"""
Dibuja el grafico de tiempo estimado para el reporte, dentro de un proyecto
:param proyecto_id: identificador de proyecto
:return:
"""

Dra = Drawing()
proyecto_actual= Proyecto.objects.get(id=proyecto_id)
Expand Down

0 comments on commit 044f7df

Please sign in to comment.