-    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')

+ 1 - 1
requirements.txt

@@ -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

Update requirements.txt · 659be0c05b - Gogs: Go Git Service

Update requirements.txt

Brightcells 7 years ago
parent
commit
659be0c05b
3 changed files with 4 additions and 4 deletions
  1. 1 1
      requirements_dj.txt
  2. 2 2
      requirements_pywe.txt
  3. 1 1
      requirements_redis.txt

+ 1 - 1
requirements_dj.txt

@@ -18,6 +18,6 @@ django-response==1.1.1
18 18
 django-rlog==1.0.7
19 19
 django-shortuuidfield==0.1.3
20 20
 django-six==1.0.4
21
-django-uniapi==1.0.4
21
+django-uniapi==1.0.5
22 22
 django-we==1.4.2
23 23
 djangorestframework==3.7.7

+ 2 - 2
requirements_pywe.txt

@@ -1,8 +1,8 @@
1 1
 pywe-jssdk==1.1.0
2 2
 pywe-membercard==1.0.0
3
-pywe-miniapp==1.0.2
3
+pywe-miniapp==1.1.0
4 4
 pywe-oauth==1.0.6
5
-pywe-pay==1.0.11
5
+pywe-pay==1.0.12
6 6
 pywe-pay-notify==1.0.4
7 7
 pywe-response==1.0.1
8 8
 pywe-sign==1.0.8

+ 1 - 1
requirements_redis.txt

@@ -1,3 +1,3 @@
1 1
 hiredis==0.2.0
2 2
 redis==2.10.6
3
-redis-extensions==1.2.2
3
+redis-extensions==1.2.3