Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(Project, self).__init__(*args, **kwargs)
     assign_code(self)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(Milestone, self).__init__(*args, **kwargs)
     assign_code(self)
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(Document, self).__init__(*args, **kwargs)
     if self.content_type:
         assign_code(
             self, Document.objects.filter(content_type=self.content_type))
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     super(Document, self).__init__(*args, **kwargs)
     if self.content_type:
         assign_code(self, Document.objects.filter(content_type=self.content_type))
Ejemplo n.º 5
0
 def __init__(self, *args, **kwargs):
     super(Project, self).__init__(*args, **kwargs)
     assign_code(self)
Ejemplo n.º 6
0
 def __init__(self, *args, **kwargs):
     super(Milestone, self).__init__(*args, **kwargs)
     assign_code(self)