Implement radio buttons for the sentiment selector

This commit is contained in:
2022-08-03 23:54:48 +01:00
parent 75e9831d1c
commit 6a9faa7679
2 changed files with 29 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import json
from django.conf import settings
from django.http import HttpResponse, HttpResponseForbidden, JsonResponse
from django.http import HttpResponse, JsonResponse
from django.shortcuts import render
from django.views import View
from rest_framework.parsers import FormParser