summaryrefslogtreecommitdiff
path: root/scipy/views.py
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-10 14:57:59 +0530
committerJayaram R Pai2014-09-10 14:57:59 +0530
commitf5d42c76e60d095c9f6362d206cf256de2c8ecb7 (patch)
tree025766970199be6b5cea4e74065d007c8fed9895 /scipy/views.py
downloadscipy2014-f5d42c76e60d095c9f6362d206cf256de2c8ecb7.tar.gz
scipy2014-f5d42c76e60d095c9f6362d206cf256de2c8ecb7.tar.bz2
scipy2014-f5d42c76e60d095c9f6362d206cf256de2c8ecb7.zip
initial commit
Diffstat (limited to 'scipy/views.py')
-rw-r--r--scipy/views.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scipy/views.py b/scipy/views.py
new file mode 100644
index 0000000..9387ea1
--- /dev/null
+++ b/scipy/views.py
@@ -0,0 +1,6 @@
+from django.http import HttpResponse, HttpResponseRedirect
+from django.core.context_processors import csrf
+from django.shortcuts import render
+from django.contrib.auth.models import User
+from django.contrib.auth import authenticate, login, logout
+from django.contrib.auth.decorators import login_required