[Openstack] problem in log in django swiftbrowser

pragya jain prag_2648 at yahoo.co.in
Mon Mar 3 11:03:02 UTC 2014


hi Christian,

I did the following steps:
1. root at pragya-VirtualBox:~/django-swiftbrowser/myproj# python manage.py collectstatic


OUTPUT:
You have requested to collect static files at the destination
location as specified in your settings:

    /var/www/myproj/static

This will overwrite existing files!
Are you sure you want to do this?

Type 'yes' to continue, or 'no' to cancel: yes

0 static files copied to '/var/www/myproj/static', 9 unmodified.


2. 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

----

Pragya Jain




On Monday, 3 March 2014 4:00 PM, Christian Schwede <christian.schwede at enovance.com> wrote:
 
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
>> 
>
>
>_______________________________________________
>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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140303/4dd10c15/attachment.html>


More information about the Openstack mailing list