add dumpmap
This commit is contained in:
parent
376d85f9b4
commit
ef3969a4f5
9 changed files with 187 additions and 84 deletions
|
@ -40,6 +40,10 @@ class Package(models.Model):
|
|||
|
||||
return kwargs
|
||||
|
||||
@property
|
||||
def package(self):
|
||||
return self
|
||||
|
||||
def tofile(self):
|
||||
data = OrderedDict()
|
||||
data['name'] = self.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue