| @@ -15,8 +15,6 @@ https://docs.djangoproject.com/en/1.8/ref/settings/ | ||
| 15 | 15 | # Build paths inside the project like this: os.path.join(BASE_DIR, ...) | 
| 16 | 16 | import os | 
| 17 | 17 |  | 
| 18 | -from cloghandler import ConcurrentRotatingFileHandler | |
| 19 | - | |
| 20 | 18 |  | 
| 21 | 19 | BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | 
| 22 | 20 | PROJ_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) | 
| @@ -1,10 +1,9 @@ | ||
| 1 | 1 | CodeConvert==2.0.4 | 
| 2 | -ConcurrentLogHandler==0.9.1 | |
| 3 | 2 | Django==1.8.4 | 
| 4 | 3 | MySQL-python==1.2.5 | 
| 5 | 4 | Pillow==3.2.0 | 
| 6 | 5 | TimeConvert==1.3.9 | 
| 7 | -cryptography==1.2.1 | |
| 6 | +cryptography==1.5.2 | |
| 8 | 7 | django-curtail-uuid==1.0.0 | 
| 9 | 8 | django-detect==1.0.4 | 
| 10 | 9 | django-json-response==1.1.3 | 
| @@ -16,18 +15,18 @@ djangorestframework==3.3.1 | ||
| 16 | 15 | furl==0.4.95 | 
| 17 | 16 | hiredis==0.2.0 | 
| 18 | 17 | ipdb==0.8.1 | 
| 19 | -ipython==4.0.0 | |
| 18 | +ipython==5.1.0 | |
| 20 | 19 | jsonfield==1.0.3 | 
| 21 | -isoweek==1.3.0 | |
| 20 | +isoweek==1.3.1 | |
| 22 | 21 | kkconst==1.1.2 | 
| 23 | 22 | mock==2.0.0 | 
| 24 | -pep8==1.6.2 | |
| 23 | +pep8==1.7.0 | |
| 25 | 24 | records==0.4.3 | 
| 26 | 25 | redis==2.10.5 | 
| 27 | 26 | redis-extensions==1.0.20 | 
| 28 | 27 | rlog==0.2 | 
| 29 | -shortuuid==0.4.2 | |
| 30 | -uWSGI==2.0.11.1 | |
| 28 | +shortuuid==0.4.3 | |
| 29 | +uWSGI==2.0.14 | |
| 31 | 30 | versions==0.10.0 | 
| 32 | 31 | wechatpy==1.2.8 | 
| 33 | 32 | https://github.com/Brightcells/django-q/archive/master.zip |