Hi. You are getting problems with your static files.

There is a lot of posts and tutorials you can find on Google about this
topic.

Django manage static files only for Development (setting them correctly on
settings.py) , and on production you should use a server for them (apache
for example).

Google "managing static files with Django" and you will find a lot of data.

Ariel

On Wed, Feb 13, 2013 at 6:19 AM, <vvin...@watchy.in> wrote:

> Hi
>
> I am new to Django. When i run my Django project i get 0 errors. But when
> i run my browser with the "http://127.0.0.1:8000/";, i get the following
> console log. Please help me and plenty thanks in advance.
>
> *Console log*
> 0 errors found
> Django version 1.4.3, using settings 'BroadcastApp.settings'
> Development server is running at http://127.0.0.1:8000/
> Quit the server with CONTROL-C.
> [13/Feb/2013 03:10:46] "GET / HTTP/1.1" 200 4741
> [13/Feb/2013 03:10:46] "GET /static/css/bootstrap.css HTTP/1.1" 304 0
> [13/Feb/2013 03:10:46] "GET /static/watchy/img/watchy_logo.png HTTP/1.1"
> 304 0
> [13/Feb/2013 03:10:46] "GET /static/watchy/css/watchy_main.css HTTP/1.1"
> 304 0
> [13/Feb/2013 03:10:46] "GET /static/css/bootstrap-responsive.css HTTP/1.1"
> 304 0
> [13/Feb/2013 03:10:46] "GET /static/datepicker/css/datepicker.css
> HTTP/1.1" 304 0
> [13/Feb/2013 03:10:46] "GET /static/broadcast/css/webrtc.css HTTP/1.1" 304
> 0
> [13/Feb/2013 03:10:46] "GET /static/jqueryjs/jquery-1.9.0.js HTTP/1.1" 304
> 0
> [13/Feb/2013 03:10:46] "GET /static/js/bootstrap.js HTTP/1.1" 304 0
> [13/Feb/2013 03:10:46] "GET /static/datepicker/js/bootstrap-datepicker.js
> HTTP/1.1" 304 0
> [13/Feb/2013 03:10:46] "GET /static/watchy/js/bootbox-300.js HTTP/1.1" 304
> 0
> [13/Feb/2013 03:10:46] "GET /static/js/jquery.cookie.js HTTP/1.1" 304 0
> [13/Feb/2013 03:10:46] "GET /static/broadcast/js/webrtc.js HTTP/1.1" 200
> 2576
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers?hl=en
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to