Re: Layout of widgets in admin form

2012-08-24 Thread Vikas Rawal
Thanks. Worked perfectly. Vikas On Friday, August 24, 2012 6:32:03 PM UTC+5:30, Melvyn Sopacua wrote: > > On 24-8-2012 14:05, Vikas Rawal wrote: > >> > >> < > https://docs.djangoproject.com/en/1.4/intro/tutorial02/#customize-the-admin-form> > > > >> > >> See the fieldsets part. > > > >

Re: Layout of widgets in admin form

2012-08-24 Thread Melvyn Sopacua
On 24-8-2012 14:05, Vikas Rawal wrote: >> >> >> >> See the fieldsets part. > > > The examples shown for fieldsets seem to divide the fields into > different groups. But in all the examples, fields still appear, wit

Re: Layout of widgets in admin form

2012-08-24 Thread Vikas Rawal
> > > > See the fieldsets part. The examples shown for fieldsets seem to divide the fields into different groups. But in all the examples, fields still appear, within each group, one after another, vertically. V

Re: Layout of widgets in admin form

2012-08-24 Thread Melvyn Sopacua
On 24-8-2012 12:15, Vikas Rawal wrote: > I am new to django. I am trying to develop an application where I need to > work with the admin interface. The usual admin interface (for example in > the poll app of django tutorial) lays out the widgets vertically. How do I > change that?

Layout of widgets in admin form

2012-08-24 Thread Vikas Rawal
I am new to django. I am trying to develop an application where I need to work with the admin interface. The usual admin interface (for example in the poll app of django tutorial) lays out the widgets vertically. How do I change that? If I want to put two or three widgets side by side, customise