I have an article model with fields that I’d like to divide into categories represented by bookmarks visible on add/change view of my article, for example:
title, contents, category, author would be in the main category, publication start, end, creation time, and so on would be in the statistics category, and the other fields would be in the “other” category. Can I accomplish this without overriding admin views?
I have an article model with fields that I’d like to divide into categories
Share
Allthough I don’t know what you mean by ‘bookmarks’, I think what you’re looking for is the
fieldsetsproperty.For example:
More on this in the docs.