Re: Best practices for writing jobs run through cron

2015-07-07 Thread Weitao
BTW,You can also manage your celery cron against Django admin page,if you want. Django+Celery will give you more. 发自我的 iPhone > 在 2015年7月7日,03:16,Juan Gutierrez 写道: > > Hi WU, > > It sounds like you want to add a lot of helpful transparency into your task > runner which is awesome, however,

Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden

2015-06-14 Thread zhou weitao
selinux is causing this, I guess. Please try run *setenforce 1* to bypass it firstly. If it works then google the related configuration. from ex-redhatter 2015-06-12 20:51 GMT+08:00 Néstor Boscán : > Hi > > I've been trying to configure Apache and Python 2.7 on Red Hat. I've tried > the differe