Hello, I'm new in this. I wantes to make some input fields with a
tempate, something like:
{% for field in field_list %}
{field}: <input type="text" value="{field}" />
{% endfor %}
so that the fields where the properties of a model class.

with model.properties() i'm supposed to get a dictionary of the
properties, ¿how do I use it?

¿Someone willing to help :D?

Thanks for any insight,
Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to