Code cleanup

This commit is contained in:
R. Miles McCain
2020-04-16 10:43:50 -04:00
parent 1c5151ba18
commit ddfbea72bf
3 changed files with 2 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
import base64
import json
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render, reverse
from django.utils import timezone
from django.utils.decorators import method_decorator
from django.views.decorators.csrf import csrf_exempt
from django.conf import settings
from django.views.generic import TemplateView, View
from ipware import get_client_ip