data.name='Some Name'
col1='name'
data.col1  ???
how to access data using only var col1, 
like data.col1 or some thing 
Simple the variable name is stored in another variable, actually from a django request.
data.name='Some Name'
col1='name'
data.col1  ???
how to access data using only var col1, 
like data.col1 or some thing 
Simple the variable name is stored in another variable, actually from a django request.
