http://hi.baidu.com/dujun/item/91539b11029eb15e2a3e22ad
在后台运行 django:
nohup python manage.py runserver 0.0.0.0:9000 &
ps:&可以不写
查看后台某个进程:
ps -ef|grep "python"
杀死进程:
kill -9 34353
重启 apache:
apachectl restart
http://hi.baidu.com/dujun/item/91539b11029eb15e2a3e22ad
在后台运行 django:
nohup python manage.py runserver 0.0.0.0:9000 &
ps:&可以不写