Javascript – Django project – quiz Error 405 while clicking on + on the website
I am writing an newbie application - newbie quiz for learning programming languages. I am getting this message: #views.py from django.shortcuts import render from django.views import View from .models import Question # Create your views here. class QuestionView(View): def get(self,…