Django Views Contd..
- For formatting data Refer Here
- Refer Here for the changes
Serving Static Files
- A web application is enhanced with CSS and images. We can also interaction with JavaScript. We call all of these kinds of files "Static files".
- Django cna manage static assets for us to make this process easire. It provides tools for serving them with its developement server during deployment