aboutsummaryrefslogtreecommitdiffstats
path: root/motor/views.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-11-08 09:31:01 +0200
committerFilipp Lepalaan <f@230.to>2013-11-08 09:31:01 +0200
commitf077badf3163fc36c111dc45fe8d7d6f57d8712a (patch)
treef2b83bdc836f8a8035badb0d401ee0ea86eafa55 /motor/views.py
parentb9fc1060406a433473faa70c236ba3e177640d26 (diff)
downloadmotor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.tar.gz
motor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.tar.bz2
motor.old-f077badf3163fc36c111dc45fe8d7d6f57d8712a.zip
Merged motor and checkin
Diffstat (limited to 'motor/views.py')
-rw-r--r--motor/views.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/motor/views.py b/motor/views.py
deleted file mode 100644
index 004de4c..0000000
--- a/motor/views.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from django.shortcuts import render, redirect
-
-def login(request):
- if request.method == 'POST':
- return redirect('http://localhost:8000/login/')
-
- return render(request, "login.html")