运行项目目录下的uwsgi
uwsgi --http :8000 --module myproject.wsgi
搜集静态文件
uwsgi --static-map /static=/home/an/Django-BBS/assets
uwsgi 常见命令
原文:https://www.cnblogs.com/Neroi/p/12387445.html