My piston application works correctly when I run it locally with python manage.py runserver command but returns
urllib2.HTTPError: HTTP Error 403: FORBIDDEN
under apache. How can I debug django-piston application?
|
My piston application works correctly when I run it locally with python manage.py runserver command but returns
under apache. How can I debug django-piston application? | |||
feedback
|
|
I usually debug Piston apps by:
You can conditionally change to BasicAuthentication like this:
To pass a username and password using curl, use the
So in your local settings module, just set | ||||
|
feedback
|