Add private token and change user group

This commit is contained in:
ibuler
2016-12-22 00:36:31 +08:00
parent 875aaa0029
commit 5b4ce709af
14 changed files with 109 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ class AssetGroup(models.Model):
return self.name
class Meta:
db_table = 'asset_group'
ordering = ['name']
@classmethod
def initial(cls):