Django (and Pylons) HTML Form Objects & Arrays

AJ ONeal Alvin.ONeal at gmail.com
Wed Jan 13 14:46:18 EST 2010


Do Django and Pylons use templates which map forms in the php / ruby manner
(generally speaking)?

<form>
    <input name="user[name]" type="text"/>
    <input name="user[email]" type="text"/>
    <input name="user[address][street]" type="text"/>
    <input name="user[address][city]" type="text"/>
    <input name="user[phones][]" type="text"/>
    <input name="user[phones][]" type="text"/>
</form>


AJ ONeal
(317) 426-6525
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100113/b0c8c301/attachment.html>


More information about the Python-list mailing list