X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3b370c78b8ac967a56be8321bbd88618a52aa017..275dc6c6f5c92630c9a1fca0f1830ba543cd18b7:/apps/explorer/views.py?ds=sidebyside diff --git a/apps/explorer/views.py b/apps/explorer/views.py index 68fd1921..eeac7b65 100644 --- a/apps/explorer/views.py +++ b/apps/explorer/views.py @@ -3,8 +3,10 @@ import hg, urllib2 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