from django.utils import simplejson as json
from django.views.generic.simple import direct_to_template
+
from django.conf import settings
from django.http import HttpResponseRedirect
+from django.contrib.auth.decorators import login_required
from explorer import forms, models