remove django registration stuff, unused/desired

This commit is contained in:
2021-10-26 22:25:08 -05:00
parent 739d3fa2b7
commit 76e5546bcb
6 changed files with 53 additions and 60 deletions

View File

@@ -1,6 +1,4 @@
"""Provide an interface to countdown items."""
# from rest_framework.decorators import action
# from rest_framework.response import Response
from rest_framework.permissions import IsAuthenticated
from rest_framework.viewsets import ReadOnlyModelViewSet