External API call is rejected when using gunicorn

2013-12-13 Thread R R
Hi, I was using SOAP API successfully on my development machine, and it worked as expected when I was trying out on my VPS. I was using *django runserver* until this point, but when I ran it with gunicorn, the service started to reject the calls. The response is in XML format, but when it's run w

Packaging django, python and a project for one click setup on a windows machine

2013-04-05 Thread R R
Hi, is there a way to package Python, Django and a Django Project which will enable the user to set it up with just one click? What i'm intending to do is to send it to couple of people who will set it up on their windows machines and then click on a desktop icon which will run the runserver comma

Benchmarking and timing DB transactions in Django

2013-02-22 Thread R R
Hi, I was wondering if there are any tools to benchmark DB transactions using the Django ORM. I'm using PostGreSQL with Django 1.4. I'm required to compare and come up with the best possible database design for a project which will have millions of records when it's deployed. I'd love to hear you