Many times i see "Error 304" in django, but when i google about it i go through many answers which mean that- "This does not really indicate an error, but rather indicates that the resource for the requested URL has not changed since last accessed or cached."
Error-[20/Aug/2015 17:56:19] "GET /static/dashgumfree/Theme/assets/font-awesome/css/font-awesome.css HTTP/1.1" 304
What i noticed is that mostly this happens in case of css and js files, I just want to know why i am getting the 304 warning if i have saved the requested file. Also tell me how to get rid of that problem and what is root cause of that error in django.