commadelimited / beginners-guide-to-django-rest-framework

Repository to go along with the NetTuts article for the Django Rest Framework
36 stars 30 forks source link

curl returns "Invalid username/password" #3

Open ted-strauss-K1 opened 10 years ago

ted-strauss-K1 commented 10 years ago

when attempting to curl http://127.0.0.1:8000/authors/ it returns: {"detail": "Invalid username/password"}

I tried adding empty user + passsword to settings.py Any idea how to get around this?