Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

flask templates folder static folder

my-flask-app
   ├── static/
   │   └── css/
   │       └── main.css
   ├── templates/
   │   ├── index.html
   │   └── student.html
   ├── data.py
   └── students.py
Source by python-adv-web-apps.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #flask #templates #folder #static #folder
ADD COMMENT
Topic
Name
4+3 =