I'm trying to cycle an array that comes from a node in mongoDB, this is Mongo's object:
{
"nombre": "Sebastián Yatra",
"paises":["México","Argentina","Perú"]
}
The view controller is this
from django.shortcuts import render
from pymon...
asked by
03.08.2018 / 22:02