Getting Django running on nginx
Submitted by jeff on Thu, 04/01/2010 - 07:29.
I’m in the process of rolling out a little pet project using Django. This little gem proved indispensable in helping me to get Django to run on nginx.
http://code.djangoproject.com/wiki/ServerArrangements#nginx
Surprisingly I cut & paste the config into my server. With only a few obvious but minor changes the Django instance started working fine.
Start Server for Debugging
python manage.py runfcgi method=threaded host=127.0.0.1 port=8000 daemonize=false
Start Server for semi-production
python manage.py runfcgi method=threaded host=127.0.0.1 port=8000
Recent blog posts
- Amazon S3 Website CNAME
- Button labels for checkout
- Insert html django contrib messages
- Twitter Bootstrap not working with LESS.js
- Javascript libs that offer basic subset of jquery features
- Building the donor-matic
- Playing with free Google Map alternatives.
- Some flows are not as complicated as they appear
- Form design crib sheet
- Script to get IE9 Windows Virtual PC images into Virtual Box