diff --git a/app/api/views.py b/app/api/views.py index 1996225..ca2adea 100644 --- a/app/api/views.py +++ b/app/api/views.py @@ -1,5 +1,5 @@ from django.http import HttpResponse -from django.shortcuts import render_to_response, get_object_or_404 +from django.shortcuts import render_to_response, get_object_or_404, redirect from django.template import RequestContext from django.contrib.auth.decorators import login_required from django.contrib import messages