Wednesday, October 5, 2011

Re: Simple input forms which show more than one row - easy/possible in django?

I've only skimmed this thread, but I recommend django-form-utils[1] if what you want is to write nicely formatted forms with little to no headache at all.

[1] https://bitbucket.org/carljm/django-form-utils/overview


Cheers,
AT

On Wed, Oct 5, 2011 at 1:05 PM, Chris G <cl@isbd.net> wrote:
On Wed, Oct 05, 2011 at 03:13:08PM +0000, Brett Epps wrote:
> Hi Chris,
>
> Once you've defined a model for your data, you can use a ModelForm [1] to
> automatically generate a form for that model.
>
> You might also want to check out the admin site [2], which displays data
> in a tabular format similar to what you describe.
>
Yes, I'd seen that, can I get the admin forms to work 'outside' as it
were?
Thanks, it looks as if ModelForm will do most of what I want.

--
Chris Green

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


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

No comments:

Post a Comment