Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 689 Bytes

Week 10 - Flask with Databases

Lecture/Lab

Outline

  • Homework 4

    • Questions
    • One day extension
  • Final project discussion. See draft final project writeup: https://github.com/MUSA-509/final-project

  • RDS on AWS - Setting up your own PostgreSQL on RDS

  • Rendering Templates in Flask

    • render_template
      • Jinja templates
        • Hello example, building in complexity
        • Similar to fstrings, but different format
      • templates folder
      • Static folder
    • url_for