aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel/resource.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-27 21:09:25 +0000
committertom christie tom@tomchristie.com2011-01-27 21:09:25 +0000
commit216baa551fdce6394aa640ee0806c79b38658daf (patch)
tree9d97c1f37e029b87df6e6f7eb5a617727cae37ae /flywheel/resource.py
parente227c38b330988d71087759d13303215561808c6 (diff)
downloaddjango-rest-framework-216baa551fdce6394aa640ee0806c79b38658daf.tar.bz2
Login/Logout and FlyWheel API link in HTML emitter
Diffstat (limited to 'flywheel/resource.py')
-rw-r--r--flywheel/resource.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/flywheel/resource.py b/flywheel/resource.py
index 36f49792..cc566752 100644
--- a/flywheel/resource.py
+++ b/flywheel/resource.py
@@ -7,9 +7,7 @@ from flywheel.response import status, Response, ResponseException
from decimal import Decimal
import re
-from itertools import chain
-# TODO: Display user login in top panel: http://stackoverflow.com/questions/806835/django-redirect-to-previous-page-after-login
# TODO: Figure how out references and named urls need to work nicely
# TODO: POST on existing 404 URL, PUT on existing 404 URL
#