I just learned something new in a couple of minutes easily that would’ve otherwise taken me sooo much more time and effort to dig into on my own. Priceless! Thank you very much for this! 🙏🏼
@miguelnuno9283 жыл бұрын
same
@benjaminmetivier114 жыл бұрын
Once again, short, efficient and simple! Thank you for sharing your knowledge.
@forethio77132 жыл бұрын
Finally, I clearly understood about Blueprint, register_blueprint and url_prefix. Thanks a lot!.
@rufiromang9682 Жыл бұрын
Wow... Very simple explanation on Blueprint and easy to understand. You earn my respect and subscription
@parthsalat3 жыл бұрын
Thanks a lot! U saved me from a lot of pain!
@pratikchavan4484 Жыл бұрын
Thanks for posting this! 🎉🎉
@AbdulBasit-ib6by Жыл бұрын
Waoo. So precise and to the point information.
@wallysonruan42462 жыл бұрын
Thanks for posting it! Truly helped me understand Blueprints. Coming from a Java background, in which I used SpringBoot MVC, that was kinda easy to grasp, but you surely had your part in my understanding of this feature.
@HemantSahu-kj2qb2 жыл бұрын
Thank you so much for all the content. This helped me a lot in learning flask
@imlautaro1234 жыл бұрын
Excellent video, thank you. Greetings from Argentina!
@bithigh83012 жыл бұрын
Thanks, your presentation is so neat and clear.
@dydufjfbfnddhbxnddj833 жыл бұрын
your code doesn't work now, it gives import error ```ImportError: attempted relative import with no known parent package```
@yichengliu4 жыл бұрын
Simple and useful, thanks from Taiwan
@raphaelmro3 жыл бұрын
Quick and objective, thanks!
@radekjestrabik85073 жыл бұрын
Great tutorial. Also thank you for the free course.
@moayedmustafa96734 жыл бұрын
Very clear! Thanks, man!
@JimmyGelhaar2 жыл бұрын
Great job and great explanation!
@tymothylim65503 жыл бұрын
Thank you very much for this video! Wonderful video! :)
@chrisgousset86733 жыл бұрын
Great video and super helpful, thank you!
@tomlightfoot6304 Жыл бұрын
great video, thank you
@prettyprinted Жыл бұрын
You're welcome! Thanks for watching.
@tonix19933 жыл бұрын
Thank you so much! Very precise!
@MusiCaninesTheMusicalDogs4 жыл бұрын
Awesome! You rock, man!
@larskinder11384 жыл бұрын
Really well explained, thank you.
@yashsoni54374 жыл бұрын
Thank you for this video!!
@tomvonheill4 жыл бұрын
Absolutely amazing stuff
@M1L3Y4 жыл бұрын
Great explanation. I can see how this can be handy for organising endpoints. Is it possible to lockdown the API Blueprint with some form of authentication?
@stentechy33462 жыл бұрын
You could use JWT
@legalcoffee53153 жыл бұрын
great vid - thanks!
@techtak59484 жыл бұрын
Excellent. Thank you
@scottfoley40322 жыл бұрын
question, i see that you can register 2 blue prints but its having trouble with three blueprints. how do register more than 2 blueprint without errors?
@khai-chuongtrinh14294 жыл бұрын
if i make changes, it doesn't refresh the app like how it used to without Blueprints. Is there a way to change this?
@vishwamithra33903 жыл бұрын
hey, i'm unable to run the app, it says no main module found. please help.:(
@alperakbash4 жыл бұрын
thank you so much
@gideonyeboahasante88864 жыл бұрын
Thanks very much
@这啥呀这是3 жыл бұрын
Neat and helpful!
@mounirdev95603 жыл бұрын
thank you
@zant97393 жыл бұрын
Love your videos
@elkindelgado38252 жыл бұрын
Al hacer flask run me da el error Error: Could not locate a Flask application. Use the 'flask --app' option, 'FLASK_APP' environment variable, or a 'wsgi.py' or 'app.py' file in the current directory. (no muestras) como evitar este error
@Colstonewall4 жыл бұрын
Excellent!
@rhettsmedia4 жыл бұрын
What is flask Ron how are you running this
@alexandergdansk11 ай бұрын
Very interesting tutorial. This solution works for me, but only if I create an empty file called "__init__.py" in the root directory. Without this file, the application will not start.
@timelord4043 жыл бұрын
That one dislike was from PHP developer
@Ovicron4 жыл бұрын
👍👍👍👍👍👍👍👍
@naeemfrt4 жыл бұрын
Would you please mention the name of VS Code theme?
@anoopgopal984 жыл бұрын
Dark
@dmbrv4 жыл бұрын
nice :)
@TheMsnitish4 жыл бұрын
Try this in api/views.py @api.route('/getdata') def getdata(): return jsonify({'key' : 'value'})