Using Init App With Flask Extensions

preview_player
Показать описание
This video demonstrates how to use the init app method with Flask extensions, particularly powerful when combined with the app factory pattern.

WORK WITH ME👇🏼

✅ Need help with your project? Schedule a call with me at:
Рекомендации по теме
Комментарии
Автор

Thank you Anthony this is exactly what I was looking for

rhettsmedia
Автор

thank u anthony .... your courses are so great.

CheiithooCat
Автор

So I've been watching a bunch of your videos. They're pretty awesome. Would you consider enabling community captions on your videos? I know some people in the deaf/HoH community would enjoy watching them and I'd be happy to do the captioning myself whenever I have a spare moment.

caption_engineer
Автор

Thx for your video, I'm wondering how can one achieve this using blueprints?

lei_gogo
Автор

In my case - i user windows 11 works this solution:
with app.app_context():
db.create_all()

if __name__ == '__main__':
app.run(debug=True)

instead create onw endpoint for create db.

PS: Thanks for sharing your knowledge with others

andrejpetnuch
Автор

HOW TO CHOOSE DB DYNAMICALLY AS PER REQUESTS

alfredsyriac