How can I put multiple fields in one line, just as the original django works?
33 views
Skip to first unread message
居飞
unread,
Sep 26, 2016, 2:19:34 AM9/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Grappelli
hi:
I use a form to config data, and now I used grappelli, now it is like in the grappelli_view.jpg.
But it is too long! I have many check box fields, I wish it is like as in dango_view.jpg
So what should I do?
Thanks.
Richard Cooke
unread,
Sep 26, 2016, 8:40:05 AM9/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Grappelli
Thats odd. Do you have a custom template or CSS on that form?
Perhaps more likely, did you place Grappelli before Admin in the "installed Applications list"? And erase your server static folder and use "./manage.py collectstatic" to re-build it?