
![aa][http://wenhuahong.qiniudn.com/20150325215415.png]
Procfile如下
web: python manage.py runserver $VCAP_APP_PORT 1 sujin190 2015-03-25 22:02:55 +08:00 django的runserver 性能很低的,用gunicorn吧,不过你这日志没看出来什么问题啊 |
2 Dongdong36 2015-03-25 22:41:10 +08:00 <五步教你实现使用Nginx+uWSGI+Django方法部署Django程序> http://django-china.cn/topic/101/ http://django-china.cn/topic/124/ |
3 frankzeng 2015-03-25 22:51:20 +08:00 部署在apache上吧,对着网上的教程就行了 |
4 kenlen 2015-03-25 22:54:39 +08:00 gunicorn + nginx反向代理 gunicorn以配置简单出名 https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/gunicorn/ http://gunicorn-docs.readthedocs.org/en/latest/run.html |
5 virusdefender 2015-03-25 23:15:57 +08:00 |
6 regex 2015-03-25 23:22:35 +08:00 |
7 julyclyde 2015-03-26 21:57:00 +08:00 windows下就没有fcntl吧? |