Exemplo n.º 1
0
 def update(self):
     self.is_homepage_story = IHomeStory.providedBy(self.context)
Exemplo n.º 2
0
 def can_disable(self):
     """ See IHomeStoriesSubtyper
     """
     return ICompanyStory.providedBy(self.context) \
            and IHomeStory.providedBy(self.context)