Commit 8c0c8283 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

views

parent ec00a8c7
...@@ -77,7 +77,6 @@ def productList(request): ...@@ -77,7 +77,6 @@ def productList(request):
# se crea una lista de objetos del catalogo # se crea una lista de objetos del catalogo
catalog = [] catalog = []
for p in products: for p in products:
if products.keys().index(p) == 0 : print json.dumps(products[p], indent=3, sort_keys=True, default=date_handler)
# img_link = products[p]['link_icon'] # img_link = products[p]['link_icon']
# img_link = img_link[:img_link.find("/")+2] + "emmhp:geoemm29@" + img_link[img_link.find("/")+2:] # img_link = img_link[:img_link.find("/")+2] + "emmhp:geoemm29@" + img_link[img_link.find("/")+2:]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment