Search Results

1
vote

Variable number of inputs with Django forms possible?

If you run python manage.py shell and type: from app.forms import PictureForm p = PictureForm() p.fields type(p.fields) you'll se …