I have a webservice written in django and I want to call it from a non django app with ajax. Both apps run on the same host. When I call the webservice with curl it works fine, but when I call it with ajax from the other app I get a 500 internal server error. There are no errors in the web server log. DEBUG is True, and ALLOWED_HOSTS = ['*']. When I run the dev server and connect to that I get no errors, just the 500 error. I tried setting a breakpoint in the view, but it never makes it there.
Anyone have any ideas as to why this is happening or how I could debug it further? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY5O9R9j97y%3DeG9pe9BYPjWmxNDHssczBunCm7UN1Uhe_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

