Possible Duplicate:
Does Django Scale?
I'm interested in using Django to put together a web site, but an important component of that web site will be an API that I expose through web services. Although there won't be many hits on the server initially, let's pretend that they will start rolling in faster and faster. Does Django scale well, or at some point will I soon have to replace the Django web service with something more heavy duty?