Skip to content

Commit

Permalink
adds required import.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed May 24, 2019
1 parent 97eb60b commit 83d00f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_checker_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.conf import settings as project_settings
from django.contrib.auth import logout
from django.core.urlresolvers import reverse
from django.http import HttpResponse, HttpResponseRedirect
from django.http import HttpResponse, HttpResponseNotFound, HttpResponseRedirect
from django.shortcuts import get_object_or_404, render

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 83d00f7

Please sign in to comment.