Changeset 0d419db in observatorio


Ignore:
Timestamp:
Oct 17, 2014, 11:18:30 AM (10 years ago)
Author:
eparedes <eparedes@…>
Branches:
master
Children:
2355f98
Parents:
d47a15f (diff), c18d42d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://miv.cenditel.gob.ve/cadenas/scm/git/observatorio

Location:
procesos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • procesos/apps/colatareas/views.py

    r9b0477d re085c5b  
    4141    tarea = tareas.objects.get(id= request.GET.get("id"))
    4242   
    43     comando = "cd %s;rm -rf %s.pdf "
    44     eliminar = os.system(comando %(os.path.join(settings.PATH, "tmp/"),tarea.task_id))
     43    comando = "cd %s;rm -rf %s.pdf;rm -rf %s.dot "
     44    eliminar = os.system(comando %(os.path.join(settings.PATH, "tmp/"),tarea.task_id,tarea.task_id))
    4545   
    4646    cursor.execute("DELETE FROM celery_taskmeta WHERE task_id =  %s", [tarea.task_id])
  • procesos/templates/autenticar/usuario.html

    r1869ff0 rc18d42d  
    5555                listAction: '{{BASE_URL}}/tareajson/tareajson?jtStartIndex=0&jtPageSize=10',
    5656                //updateAction: '{{BASE_URL}}/unidadecon_detalle/?unidadecon_id=',
    57                 deleteAction: '{{BASE_URL}}/tareajson/tareaborrar'
     57                deleteAction: '{{BASE_URL}}/tareajson/tareaborrar?jtStartIndex=0&jtPageSize=10'
    5858            },
    5959            fields: {
Note: See TracChangeset for help on using the changeset viewer.