:art: Update requirements_dj.txt

huangqimin 5 years ago
parent
commit
c10c633908
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/mch_views.py
  2. 1 1
      requirements_dj.txt

+ 1 - 1
api/mch_views.py

@@ -262,7 +262,7 @@ def consumer_info_api(request):
262 262
     except ValueError:
263 263
         return response(ProductModelStatusCode.MODEL_NOT_FOUND)
264 264
 
265
-    #是否是新二维码,即统览码2
265
+    # 是否是新二维码,即统览码2
266 266
     if not code_version:
267 267
         code_version = 1
268 268
         code = filter(lambda ch: ch in '0123456789', serialNo)

+ 1 - 1
requirements_dj.txt

@@ -1,5 +1,5 @@
1 1
 Django==1.11.26
2
-django-admin==3.0.1
2
+django-admin==2.0.1
3 3
 django-cors-headers==3.0.2
4 4
 django-curtail-uuid==1.0.4
5 5
 django-daterange-filter==1.3.0