templates
static
static
static
--Create a folder called templates
in the same location as the working py file and put all the template HTML there!
--Create a folder called static
in the same location as the work py file and put all the image systems there! (If there is a folder in / static / static when referencing, it will be called folder name / image name
Don't forget)
--Create a folder called static
in the same location as the working py file and put all the CSS there! (Same as above)
--Create a folder called static
in the same location as the working py file and put all the txt files there! (Same as above)
That's what it means
Recommended Posts