Changeset 3ae7c21 in firmaeventos for eventos/views.py


Ignore:
Timestamp:
Nov 27, 2017, 9:30:31 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
2b66ea3
Parents:
5d88f36 (diff), 6228b65 (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://github.com/cenditel-desarrollo/FirmaEventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eventos/views.py

    r5d88f36 r3ae7c21  
    6666        files = {'file': file}
    6767        try:
    68             #r = requests.post('https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/cargar', verify=False, headers={'Authorization': 'Basic YWRtaW46YWRtaW4='}, files=files)
    69             r = requests.post('https://192.168.12.154:8443/Murachi/0.1/archivos/cargar', verify=False, headers={'Authorization': 'Basic YWRtaW46YWRtaW4='}, files=files)
     68            r = requests.post('https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/cargar', verify=False, headers={'Authorization': 'Basic YWRtaW46YWRtaW4='}, files=files)
    7069            nuevo_participante = self.form_participante(request.POST)
    7170            consulta_api = r.json()['fileId']
Note: See TracChangeset for help on using the changeset viewer.