Re: Error with GET 200 and GET 304

1,824 views
Skip to first unread message
Message has been deleted

Karen Tracey

unread,
Feb 13, 2013, 3:00:55 PM2/13/13
to django-d...@googlegroups.com
Please ask questions about using Django to django-users. This list is for discussion of the development of Django itself.

Thanks,
Karen

Ariel Arias

unread,
Feb 13, 2013, 3:02:11 PM2/13/13
to django-d...@googlegroups.com
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, <vvi...@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-develop...@googlegroups.com.
To post to this group, send email to django-d...@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 all
Reply to author
Forward
0 new messages