Serving Static FIles in Flask
In the last tutorial, we learned about rendering HTML in Flask. Continuing the series, in this tutorial we are going to learn how to serve static files such as images, files etc in Flask. To serve static files, first, create a folder and store your static files in it, such as images, CSS and JavaScript […]
Serving Static FIles in Flask Read More »