I am having an iPad application that does calls to a django server to get data. On the production server calls work just fine, but when I move app to make calls to development server I get an 500 server error (since iPad app works while making calls to production server, I suspect that the problem is on the development server).
Since I'm very new in this technology(Django) I don't know what code/logs should I provide or what should I do. Any clue on how can I debug that would be welcomed(also, I can provide anything that might help).