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). G

Re: Improved ajax support idea

2012-11-24 Thread Ariel Arias
Hi! I use a lot of Ajax with Django too, but I agree that this kind of solutions should not be inside the core of Django. It can be very well solved by third party projects and include it in the core can make Django lose one of his better things : freedom. Because developers will "understand" that