um lines-num-old"> 25
django-six==1.0.4
django-uniapi==1.0.1
-django-we==1.1.6
+django-we==1.2.1
djangorestframework==3.7.7
furl==1.0.1
hiredis==0.2.0
@@ -37,7 +37,7 @@ pywe-membercard==1.0.0
pywe-miniapp==1.0.2
pywe-oauth==1.0.6
pywe-pay==1.0.11
-pywe-pay-notify==1.0.1
+pywe-pay-notify==1.0.4
pywe-response==1.0.1
pywe-sign==1.0.7
pywe-xml==1.0.0
@@ -48,5 +48,4 @@ requests==2.18.4
rlog==0.3
rsa==3.4.2
shortuuid==0.5.0
-uWSGI==2.0.15
versions==0.10.0
@@ -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 |
|
@@ -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 |
|
@@ -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 |
@@ -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 |