예제 #1
0
파일: user.py 프로젝트: orchestor/diggit
 def has_origin_avatar(self):
     return fs.exists(self.avatar_filename, 'origin')
예제 #2
0
파일: user.py 프로젝트: orchestor/diggit
 def has_avatar(self):
     return fs.exists(self.avatar_filename, 'thumb')