@@ -311,6 +311,9 @@ API_DOMAIN_HTTP = 'http://api.pai.ai' |
||
311 | 311 |
LOGIT_BODY_FLAG = True |
312 | 312 |
LOGIT_RES_FLAG = True |
313 | 313 |
|
314 |
+# Django-Admin Settings |
|
315 |
+DISABLE_ACTION = False |
|
316 |
+ |
|
314 | 317 |
# 错误信息邮件设置 |
315 | 318 |
# Email address that error messages come from. |
316 | 319 |
SERVER_EMAIL = 'kimi@pai.ai' |
@@ -1,6 +1,6 @@ |
||
1 | 1 |
-e git+https://github.com/Brightcells/django-q.git#egg=django-q |
2 | 2 |
CodeConvert==2.0.4 |
3 |
-Django==1.8.4 |
|
3 |
+Django==1.11.9 |
|
4 | 4 |
MySQL-python==1.2.5 |
5 | 5 |
Pillow==5.0.0 |
6 | 6 |
StatusCode==1.0.0 |
@@ -25,7 +25,7 @@ django-shortuuidfield==0.1.3 |
||
25 | 25 |
django-six==1.0.4 |
26 | 26 |
django-uniapi==1.0.1 |
27 | 27 |
django-we==1.1.2 |
28 |
-djangorestframework==3.7.2 |
|
28 |
+djangorestframework==3.7.7 |
|
29 | 29 |
furl==1.0.1 |
30 | 30 |
hiredis==0.2.0 |
31 | 31 |
isoweek==1.3.3 |