Re: Accessing django app from another app with ajax

2015-03-26 Thread aRkadeFR
No problem we agree that having a stacktrace would be a better way to debug it. Even on a 400 :) On 03/26/2015 03:48 PM, Filipe Ximenes wrote: My mistake. On Thu, Mar 26, 2015 at 11:42 AM, aRkadeFR > wrote: But from the first email, the debug settings is alre

Re: Accessing django app from another app with ajax

2015-03-26 Thread Filipe Ximenes
My mistake. On Thu, Mar 26, 2015 at 11:42 AM, aRkadeFR wrote: > But from the first email, the debug settings is already at True > and he is not getting a stacktrace... > > > On 03/26/2015 03:40 PM, Filipe Ximenes wrote: > > In case there's no one using your project and there's no sensitive dat

Re: Accessing django app from another app with ajax

2015-03-26 Thread aRkadeFR
But from the first email, the debug settings is already at True and he is not getting a stacktrace... On 03/26/2015 03:40 PM, Filipe Ximenes wrote: In case there's no one using your project and there's no sensitive data in it, you can briefly set DEBUB to True in the server to see stack traces.

Re: Accessing django app from another app with ajax

2015-03-26 Thread Filipe Ximenes
In case there's no one using your project and there's no sensitive data in it, you can briefly set DEBUB to True in the server to see stack traces. On Thu, Mar 26, 2015 at 11:26 AM, Larry Martell wrote: > On Thu, Mar 26, 2015 at 10:20 AM, aRkadeFR wrote: > > You should setup your project so you

Re: Accessing django app from another app with ajax

2015-03-26 Thread Larry Martell
On Thu, Mar 26, 2015 at 10:20 AM, aRkadeFR wrote: > You should setup your project so you're able to retrieve the > stacktrace on a 500 server error. When there is a stack trace I get it (e.g. when I was getting the 403 error). There was no stack trace when I was getting the 500. But the 500 is re

Re: Accessing django app from another app with ajax

2015-03-26 Thread aRkadeFR
You should setup your project so you're able to retrieve the stacktrace on a 500 server error. On 03/26/2015 12:25 PM, Larry Martell wrote: On Thu, Mar 26, 2015 at 7:22 AM, aRkadeFR wrote: Do you have the stacktrace? Without it it's gonna be hard to help you. My only guess is CORS (Cross-Orig

Re: Accessing django app from another app with ajax

2015-03-26 Thread Larry Martell
On Thu, Mar 26, 2015 at 7:22 AM, aRkadeFR wrote: > Do you have the stacktrace? Without it it's gonna be hard > to help you. > > My only guess is CORS (Cross-Origin Resource Sharing)? But > you should have the same error on local dev if you have similar > setup from your production. There was no s

Re: Accessing django app from another app with ajax

2015-03-26 Thread aRkadeFR
Do you have the stacktrace? Without it it's gonna be hard to help you. My only guess is CORS (Cross-Origin Resource Sharing)? But you should have the same error on local dev if you have similar setup from your production. On 03/26/2015 02:04 AM, Larry Martell wrote: I have a webservice written