Flask Tutorial - 4. Adding Data to Our Database

preview_player
Показать описание

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

Some people would think that you messing up four or five times would be a waste of time, but it was actually really helpful to see why things weren't working. Thanks for the tut series.

matthewsattam
Автор

Loved the expression at 11:38 .. So Natural. xD Nice tutorials BTW

biswadipdutta
Автор

PLEASE DONT CUT OUT ERROR LIKE THESE FRO YOUR FUTURE VIDEOS, THEY ARE REALLY REALLY REALLY USEFUL

clesio
Автор

Let's not get confused with the HTTP verbs GET and POST. You can use both GET and POST to retrieve data from a server. Your POST could purely be sending a query to the server...which then retrieves data based on the query.

ricsanders
Автор

Thanks for this turtorial. It's 5 years old but still good.

rushawncampbell
Автор

still get add_user.html, how to get render_template properly :(

moechammadalvanprastoyouto
Автор

If anyone is using the latest version of VScode, then type app.run(debug=true) i.e. in the last line for debugging! That worked for me! The one shown in the video might work in older versions

binvantbajwa
Автор

I just started learning how to program and chose python for my first language, I had to say that I'm really enjoying this series. Keep it up!

rebelol
Автор

very useful video but is there anyway to do this without using a form? The problem I am facing is that I am already inside of a different form.

mat-vxhw
Автор

among videos 1 to 4 i liked video 4 the most because of debugging and stuff it is a great way for you to transfer your experience to the viewers. Great Job!

alirezabagheri
Автор

Hey man, first of all, thanks for the videos, they are helping me a lot!
As a beginner, I am having tones of questions :D but one that it is really bothering me is that: why you don't need to do the following:
set FLASK_APP=app.py
flask run
and instead, you just use:
python app.py
I am really confused and can't find this answer anywhere. Thank you very much in advance man!

lucasmoreiradeoliveira
Автор

i want to perform the same using SQLite, MYSQL can anyone help me.
i'm getting dialect error

amirsalim
Автор

I'm getting error _init_ causes this => user = User(request.form['username'], request.form['email'])

and here to fix
user = User(username=request.form['username'], email=request.form['email'])

muhammadariffathurohman
Автор

great series Chris this is the clearest and most interesting tutorial series on Flask on the web. Can't wait for Tutorial 5!

CharleyFarley
Автор

reaction at 11:38.. me every hour in a coding session XD....

sauravsikdar
Автор

I love this channel. The stuff you make works. Clear explanation

dulangikanchana
Автор

what are the __repr__ and __init__ functions in app.py?

elhamkeshavarzarshadi
Автор

I m Starting with django....ur videos will help....Thank You...Peace

hussainshaikh
Автор

Thanks Chris, your style of natural learning by showing examples and fixing error msgs are effective :)

vinzanity
Автор

I liked cause we are learning all of the erros too. Thanks for teach bro.

hevertonkleidson