Akhmetov Anuar

Results 3 issues of Akhmetov Anuar

I have implemented custom exception handler function ([docs](http://www.django-rest-framework.org/api-guide/exceptions/#custom-exception-handling)) and found that authentication views return (obtain, refresh) the data in different format. So, that's why I suggested the solution by this...

I have a few admin pages i.g. /admin/ ---> for company users (our company) /c-admin --> for customer users /super-admin/ ---> for me (everything is allowwed) so I would like...

I would like to forbid to call any method inside format: `f'{foo()} bzz` This convention we are trying to follow with the team, so if it's ok I can handle...