Ejemplo n.º 1
0
    def __init__(self, title='', content='', project=None, **kwargs):
        kwargs['project'] = project
        super(Page, self).__init__(**kwargs)
        ProjectMixin.__init__(self, **kwargs)

        self.title = title
        self.content = content
Ejemplo n.º 2
0
    def __init__(self, title='', content='', project=None, **kwargs):
        kwargs['project'] = project
        super(Page, self).__init__(**kwargs)
        ProjectMixin.__init__(self, **kwargs)

        self.title = title
        self.content = content
Ejemplo n.º 3
0
 def __init__(self, **kwargs):
     super(ProjMixClass, self).__init__(**kwargs)
     ProjectMixin.__init__(self, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, **kwargs):
     super(ProjMixClass, self).__init__(**kwargs)
     ProjectMixin.__init__(self, **kwargs)