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 -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.