Apache with mod_wsgi with Django to develope?

Short answer: The Django development server is a piece of poo Longer answer: The Django development server is a single-threaded, single-processed server that is little more than a threadbare WSGI server on a skeleton of hopes and wishes.

Short answer: The Django development server is a piece of poo. Longer answer: The Django development server is a single-threaded, single-processed server that is little more than a threadbare WSGI server on a skeleton of hopes and wishes.

1 for the short answer :) – Silver Light Apr 28 at 12:24 The thing is, this is not giving me any idea, as I am learning since past few weeks, I won't understand the exact usage of Apache + mod_wsgi in a django project. All I come across is it helps to serve the project web pages, but not clear picture. Thank you for your answer – Nagaraj Tantri Apr 28 at 13:11.

I used FastCGI. As I have installed the Django site with FastCGI. I come to conclusion that, Apache has to serve the files, as Django is the development server and by itself can't serve the files online.It requires well known web server like Apache to serve the pages and do the things.

As when the request is sent to the server, the installed apache is used to serve the files and not Django as it has the ability to get the request and then use the files of the project to show online.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions