コード例 #1
0
ファイル: models.py プロジェクト: NileshSingh/aakashlabs
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
コード例 #2
0
 def human_readable_download_count(self):
     """Convert download_count to human readable form.
     """
     return hr_size(self.download_count)
コード例 #3
0
ファイル: models.py プロジェクト: ursulogalvan/haqiba
 def human_readable_download_count(self):
     return hr_size(self.download_count)