Am 2017-04-24 um 16:51 schrieb Chris Brogan <
twisb...@gmail.com>:
> I have installed FeinCMS (1.13.1) to my project to see if it suits my needs & have been able to add & manage content types to the ‘page module'.
>
> However, what I would like to be able to do is allow specific users to add content that is relevant to their ‘team’ without each team having admin access to others teams’ content. Is it possible to sub-class the Page class so that I could have TeamAPage, TeamBPage, TeamCPage, etc whereby each team of admins can organise their own content? Would I be better off tackling this use-case in a different way?
I would setup these teams as user groups and use an additional manager like this:
https://github.com/fiee/fiee-dorsale/blob/master/siteprofile/managers.py#DorsaleGroupSiteManager
If you don’t need the site dependency, don’t use this code directly.
I guess you don’t need to subclass Page, but write an extension similar to
feincms.module.page.extensions.sites
Greetlings, Hraban
---
http://www.fiee.net
GPG Key ID 1C9B22FD