BillBie

导航

2019年2月25日 #

uwsgi启动虚拟环境的django项目

摘要: uwsgi3 --http 0.0.0.0:8881 --chdir /home/blog_web -module blog_web.wsgi --home=/home/blog_web/blog_en/ 常见问题: 1.当代码中有需要开启子线程时(如定时任务:apscheduler),则需要追加 阅读全文

posted @ 2019-02-25 09:10 BillBie 阅读(19) 评论(0) 推荐(0)