diff --git a/webapp/views.py b/webapp/views.py index 1f00e3c..4bfc9bd 100644 --- a/webapp/views.py +++ b/webapp/views.py @@ -9,7 +9,6 @@ from django.views.decorators.http import require_http_methods # from django.contrib.auth.decorators import permission_required, login_required # from django.conf import settings # from django.utils import timezone -from rest_framework.decorators import api_view from rest_framework import viewsets # from rest_framework import permissions, authentication from rest_framework.response import Response