예제 #1
0
 def widget(self):
     return load_class_by_string(self.widget_type)()
예제 #2
0
파일: models.py 프로젝트: sohonet/holodeck
 def render(self, context):
     return load_class_by_string(self.widget_type)().render(self, context)
예제 #3
0
파일: models.py 프로젝트: sohonet/holodeck
 def render(self, context):
     return load_class_by_string(self.widget_type)().render(self, context)
예제 #4
0
 def widget(self):
     return load_class_by_string(self.widget_type)()