Django问题汇总
1. The scheduler seems to be running under uWSGI, but threads have been disabled. You must run uWSGI with the –enable-threads option for the scheduler to work.
使用了Django的定时任务之后,启动uwsgi出现这样的错误。
参考文章:
1.How can I enable threads?
1.How can I enable threads?