diff options
| author | tom christie tom@tomchristie.com | 2011-01-27 21:09:25 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-27 21:09:25 +0000 |
| commit | 216baa551fdce6394aa640ee0806c79b38658daf (patch) | |
| tree | 9d97c1f37e029b87df6e6f7eb5a617727cae37ae /flywheel/resource.py | |
| parent | e227c38b330988d71087759d13303215561808c6 (diff) | |
| download | django-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.py | 2 |
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 # |
