Skip to content

Instantly share code, notes, and snippets.

View Smnthjm08's full-sized avatar
🧿
Focusing

sumanth Smnthjm08

🧿
Focusing
  • Bangalore
  • 16:18 (UTC +05:30)
View GitHub Profile
@pansapiens
pansapiens / views.py
Created February 20, 2018 01:26
Django REST Framework CSV parser, RFC 4180
from typing import Dict, List
import csv
from rest_framework import status
from rest_framework.response import Response
from rest_framework.parsers import JSONParser, BaseParser
from rest_framework.views import APIView
class CSVTextParser(BaseParser):
"""
A CSV parser for DRF APIViews.
@adityadeshlahre
adityadeshlahre / GSOC-Final-Report.md
Last active September 10, 2024 06:45
[GSOC 2024] - Work Submission - OpenELIS Organization - Rewriting All JSP page -> React Js page

GSOC 2024 x OpenELIS Global [Final Work Sumbission]