Need ValidationError along with params in Django REST Framework

2022-03-17 Thread Kedar Navare
Hello all, The ValidationError raised by Django REST Framework doesn't include params like how Django's Validation error includes it. The REST Framework catches Django's Validation Error and raises it's Validation error which doesn't include params. Is there any way to keep params in the REST

Re: Firebase integration with Django REST framework

2022-03-17 Thread Krishna Madhavan
Hi Ilija, I've had personal experience with working on Django REST Framework + Firebase. There are many good technical blogs out there to help us integrate Firebase services with DRF. I would be able to give you some recommendations but would like to know which Firebase service you would be i