Re: Error with GET 200 and GET 304

2013-02-13 Thread Ariel Arias
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).

Re: Error with GET 200 and GET 304

2013-02-13 Thread Karen Tracey
Please ask questions about using Django to django-users. This list is for discussion of the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving

Error with GET 200 and GET 304

2013-02-13 Thread vvinoth
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