Moved python2/django into a django2 folder for consistency + clarified serializers fields name
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