xadmin
xadmin copied to clipboard
About inlines field's style
I inline a field, how to add a style to it?
https://github.com/sshwsfc/xadmin/blob/master/xadmin/plugins/inline.py
Inline models are managed by plugin. Use the style (def. stacked) attribute in your admin model class.
Notice that in the link above, style_manager is who registers styles (you could even register your own styles).