hello all, I had installed django swiftbrowser on a VM of Ubuntu 12.04 desktop using the link https://github.com/cschwede/django-swiftbrowser when i login by entering a username and password on login screen, it shows a blank screen.(screenshots attached) CLI gives following messages: root at pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py runserver --insecure OUTPUT: Validating models... 0 errors found March 03, 2014 - 11:58:30 Django version 1.6.2, using settings 'myproj.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. [03/Mar/2014 11:59:00] "GET / HTTP/1.1" 302 0 [03/Mar/2014 11:59:01] "GET /login/ HTTP/1.1" 200 3799 [03/Mar/2014 11:59:01] "GET /static/bootstrap/css/bootstrap.min.css HTTP/1.1" 200 106015 [03/Mar/2014 11:59:01] "GET /static/bootstrap/css/bootstrap-responsive.min.css HTTP/1.1" 200 16849 [03/Mar/2014 11:59:01] "GET /static/jquery.min.js HTTP/1.1" 200 93107 [03/Mar/2014 11:59:01] "GET /static/bootstrap/js/bootstrap.min.js HTTP/1.1" 200 28631 [03/Mar/2014 11:59:01] "GET /static/bootstrap/img/glyphicons-halflings-white.png HTTP/1.1" 200 8777 [03/Mar/2014 11:59:17] "POST /login/ HTTP/1.1" 500 0 I can't understand where is the problem. Please somebody help me to resolve it. Thanks Pragya Jain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140311/c9e6ef6d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot login.png Type: image/png Size: 114084 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140311/c9e6ef6d/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot afterLogin.png Type: image/png Size: 100674 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140311/c9e6ef6d/attachment-0001.png>