TO DO LIST
- Practice python using app.route ✅
WHAT I LEARNED
- request.args.get allows to get more than one positional argument
- make fake database to shorten searching times when he searches same item again
- better to use 'SINGLE QUOTE' for attributes
- Can use python inside HTML
- Need to put both {% if __________________ %} and {% endif_______________ %}
- Need to use the |safe filter to explicitly mark a string as safe HTML
reference: http://flask.palletsprojects.com/en/1.1.x/templating/#controlling-autoescaping
'TIL' 카테고리의 다른 글
TIL 2020.10.24 (0) | 2020.10.24 |
---|---|
TIL 2020.10.22 (0) | 2020.10.22 |
TIL 2020.10.20 (0) | 2020.10.20 |
TIL 2020.10.19 (0) | 2020.10.19 |
TIL 2020.10.16 (0) | 2020.10.16 |