Example #1
0
 def __init__(self):
     BaseCsvExport.__init__(self, Person)
     self.file_name = "people_export"
Example #2
0
    def __init__(self):
        BaseCsvExport.__init__(self, Task)

        self.file_name = "tasks_export"
Example #3
0
 def __init__(self):
     BaseCsvExport.__init__(self)
Example #4
0
    def __init__(self):
        BaseCsvExport.__init__(self, TaskType)

        self.name = "task_types_export"
Example #5
0
 def __init__(self):
     BaseCsvExport.__init__(self, Project)
Example #6
0
 def __init__(self):
     BaseCsvExport.__init__(self, TaskType)