fix on authentication_classes on RenkanDetail view
fromrest_framework.authenticationimportSessionAuthenticationclassCsrfExemptSessionAuthentication(SessionAuthentication):""" Session authentication class to use with Renkan client, as it does not provide a csrf token """defenforce_csrf(self,request):return