[Openstack] problem in log in django swiftbrowser

Christian Schwede christian.schwede at enovance.com
Mon Mar 3 10:22:33 UTC 2014


Hello Pragya,

please collect the static files in step 5 from the Readme:

> python manage.py collectstatic

If you didn't changed ALLOWED_HOSTS and run swiftbrowser with Debug =
False (default) you also need to run the development server with the
--insecure option (step 6 in the Readme).

> python manage.py runserver --insecure

Christian


Am 03.03.14 09:57, schrieb pragya jain:
> hello all,
> 
> I had installed django swiftbrowser using the link
> https://github.com/cschwede/django-swiftbrowser
> when I login in swifbrowser, I can't login and get the following response.
> 
> root at pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py
> runserver
> Validating models...
> 
> 0 errors found
> March 03, 2014 - 09:50:16
> 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 09:50:57] "GET / HTTP/1.1" 302 0
> [03/Mar/2014 09:50:57] "GET /login/ HTTP/1.1" 200 3799
> [03/Mar/2014 09:50:58] "GET /static/bootstrap/css/bootstrap.min.css
> HTTP/1.1" 404 11
> [03/Mar/2014 09:50:58] "GET
> /static/bootstrap/css/bootstrap-responsive.min.css HTTP/1.1" 404 11
> [03/Mar/2014 09:50:58] "GET /static/bootstrap/js/bootstrap.min.js
> HTTP/1.1" 404 11
> [03/Mar/2014 09:50:58] "GET /static/jquery.min.js HTTP/1.1" 404 11
> [03/Mar/2014 09:50:58] "GET /static/bootstrap/js/bootstrap.min.js
> HTTP/1.1" 404 11
> [03/Mar/2014 09:51:36] "POST /login/ HTTP/1.1" 500 0
> 
> please help to resolve the problem
> 
> pragya Jain
> 
> 
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 





More information about the Openstack mailing list