Flask Tutorial (part 4) - databases

preview_player
Показать описание
Here I show you how to set up use SQLite within the Flask web framework to query and display data from a database.

Рекомендации по теме
Комментарии
Автор

I love these They really helped me out but I want the source code

pilotkid
Автор

I just posted a tutorial on how to do that on the blog at RealPython (dot) com


hermanmu
Автор

Hey Mike... At 2.02 you start to explain that its betterto import your config externally but you dont really explain how to do that.
Maybe you could do a video about security. I'd be very interested in that :)
thank you

RacoonMedia
Автор

getting no errors but no data except the title is outputting

derock
Автор

Hi, Mike, great tutorial! But when I run this example, the debugger told me can not find global g.db. I change g.db to con, then it worked, I wonder why? because I am still very new to Python. Thanks!

kuanslove