How to download data in multiple file formats (CSV, XLS, TXT) with Django REST Framework
A lot of the time, our typical server response is in the form of JSON or XML. This serves our use cases a good number of times, however, there are times when the need to provide data in the form of a file arises.
In this article, we will be exploring...
moreabouttech.com7 min read