manosim / django-rest-framework-api-key

An extra layer of authentication for Web APIs made with Django REST Framework
BSD 2-Clause "Simplified" License
93 stars 30 forks source link

Doesn't seem to play nice with rest_framework_bulk #13

Open selected-pixel-jameson opened 6 years ago

selected-pixel-jameson commented 6 years ago

When I try to run the application after I install this I get an ImportError: cannot import name BulkListSerializer.

Any suggestions?

selected-pixel-jameson commented 6 years ago

To elaborate a little further. This only seems to happen after I change the 'DEFAULT_PERMISSION_CLASSES'