darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Display user information in relational structure #688

Closed DixitIshan closed 6 years ago

DixitIshan commented 6 years ago

Hi. First of all, a brilliant project you have developed there. I am using this project for an academic project. I have integrated it with an existing django project and it works just fine. When i work my way around displaying the user information, the information itself is displayed fully but it is displayed in a monotonous manner and not in arranged tabled way. I am posting a screenshot of how the info is displayed in my case.

screenshot from 2018-05-22 11-23-55

I want the same page to be displayed in the following way !

screenshot from 2018-05-22 11-33-30

If any one can please help me it would be really appreciated ! Thanks in advance.

darklow commented 6 years ago

@Ishan3333 You need to use fieldsets to group fields. See demo: http://v2.djangosuit.com/admin/demo/showcase/1/change/ Code: https://github.com/darklow/django-suit/blob/v2/demo/demo/admin.py#L258

DixitIshan commented 6 years ago

Yes. How imbecile of me. Thanks for pointing out. Much appreciated !