Static files such as css, javascript and images are usually cached by browser and Django provides a separate way to serve static files in development mode. When Django is run in the production mode, the static files are directly served by the server to enhance the speed in which they are accessed.