um lines-num-old"> 25 25
 django-six==1.0.4
26 26
 django-uniapi==1.0.1
27
-django-we==1.1.6
27
+django-we==1.2.1
28 28
 djangorestframework==3.7.7
29 29
 furl==1.0.1
30 30
 hiredis==0.2.0
@@ -37,7 +37,7 @@ pywe-membercard==1.0.0
37 37
 pywe-miniapp==1.0.2
38 38
 pywe-oauth==1.0.6
39 39
 pywe-pay==1.0.11
40
-pywe-pay-notify==1.0.1
40
+pywe-pay-notify==1.0.4
41 41
 pywe-response==1.0.1
42 42
 pywe-sign==1.0.7
43 43
 pywe-xml==1.0.0
@@ -48,5 +48,4 @@ requests==2.18.4
48 48
 rlog==0.3
49 49
 rsa==3.4.2
50 50
 shortuuid==0.5.0
51
-uWSGI==2.0.15
52 51
 versions==0.10.0

+ 1 - 1
server/server_views.py

@@ -1,7 +1,7 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 
3
+from django_logit import logit
3 4
 from django_response import response
4
-from logit import logit
5 5
 from TimeConvert import TimeConvert as tc
6 6
 
7 7
 

+ 0 - 1
utils/redis/rlock.py

@@ -1,7 +1,6 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 
3 3
 from filemd5 import calculate_md5
4
-
5 4
 from utils.redis.connect import r
6 5
 
7 6
 

+ 1 - 1
utils/storage_qiniu_utils.py

@@ -6,8 +6,8 @@ import shortuuid
6 6
 from django.conf import settings
7 7
 from django.core.files.storage import default_storage
8 8
 from django.db import transaction
9
-from filemd5 import calculate_md5
10 9
 
10
+from filemd5 import calculate_md5
11 11
 from photo.models import PhotoUUIDInfo
12 12
 from utils.qiniucdn import upload_file_path
13 13
 from utils.thumbnail_utils import make_thumbnail

+ 1 - 1
utils/storage_utils.py

@@ -6,8 +6,8 @@ import shortuuid
6 6
 from django.conf import settings
7 7
 from django.core.files.storage import default_storage
8 8
 from django.db import transaction
9
-from filemd5 import calculate_md5
10 9
 
10
+from filemd5 import calculate_md5
11 11
 from photo.models import PhotoUUIDInfo
12 12
 from utils.thumbnail_utils import make_thumbnail
13 13
 from utils.watermark_utils import watermark_wrap

kodo - Gogs: Go Git Service

暂无描述

Brightcells: feebb32686 Add pc website 9 年之前
..
layout.css feebb32686 Add pc website 9 年之前