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?
<
https://docs.djangoproject.com/en/1.4/intro/tutorial02/#customize-the-admin-form>
See the fieldsets part.
> If I want to put two or three widgets side by side, customise
> the width of each widget, etc, what should I do?
Same thing, and set the HTML classes to something that gives them your
width.
--
Melvyn Sopacua