- m_photo_path = models.CharField(_(u'm_photo_path'), max_length=255, blank=True, null=True, help_text=u'照片存放路径,Box上传,无水印')
|
|
63
|
|
- l_photo_path = models.CharField(_(u'l_photo_path'), max_length=255, blank=True, null=True, help_text=u'照片存放路径,美化大图')
|
|
64
|
|
- r_photo_path = models.CharField(_(u'r_photo_path'), max_length=255, blank=True, null=True, help_text=u'照片存放路径,高清大图')
|
|
|
58
|
+ lensman_id = models.CharField(_(u'lensman_id'), max_length=32, blank=True, null=True, help_text=u'摄影师唯一标识', db_index=True)
|
|
|
59
|
+ session_id = models.CharField(_(u'session_id'), max_length=32, blank=True, null=True, help_text=u'照片组唯一标识', db_index=True)
|
|
|
60
|
+ photo_id = models.CharField(_(u'photo_id'), max_length=32, blank=True, null=True, help_text=u'照片唯一标识', db_index=True)
|
|
|
61
|
+ p_photo_path = models.CharField(_(u'p_photo_path'), max_length=32, blank=True, null=True, help_text=u'照片存放路径,Box上传,有水印,服务器添加')
|
|
|
62
|
+ m_photo_path = models.CharField(_(u'm_photo_path'), max_length=32, blank=True, null=True, help_text=u'照片存放路径,Box上传,无水印')
|
|
|
63
|
+ l_photo_path = models.CharField(_(u'l_photo_path'), max_length=32, blank=True, null=True, help_text=u'照片存放路径,美化大图')
|
|
|
64
|
+ r_photo_path = models.CharField(_(u'r_photo_path'), max_length=32, blank=True, null=True, help_text=u'照片存放路径,高清大图')
|
|
65
|
65
|
|
|
66
|
66
|
class Meta:
|
|
67
|
67
|
verbose_name = _('photosinfo')
|
|
|
|
@@ -38,7 +38,7 @@ pywe-pay-notify==1.0.1
|
|
38
|
38
|
pywe-response==1.0.1
|
|
39
|
39
|
pywe-sign==1.0.6
|
|
40
|
40
|
pywe-xml==1.0.0
|
|
41
|
|
-qiniu==7.1.9
|
|
|
41
|
+qiniu==7.2.0
|
|
42
|
42
|
redis==2.10.6
|
|
43
|
43
|
redis-extensions==1.1.6
|
|
44
|
44
|
requests==2.18.4
|