Anonymous access not working
I have a url with no permission check:
url(r'^projects/', LDPViewSet.urls(model=Project, permission_classes=[], nested_fields=["team"]))
When I access http://test-paris.happy-dev.fr/projects/
unauthenticated, I get a 404. I tried to add all permissions and even a superadmin access to AnonymousUser.