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! 🙏🏼
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.
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?
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
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?
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.
Once again, short, efficient and simple! Thank you for sharing your knowledge.
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! 🙏🏼
same
Finally, I clearly understood about Blueprint, register_blueprint and url_prefix.
Thanks a lot!.
Wow... Very simple explanation on Blueprint and easy to understand. You earn my respect and subscription
Thanks a lot! U saved me from a lot of pain!
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.
your code doesn't work now, it gives import error
```ImportError: attempted relative import with no known parent package```
Thank you so much for all the content. This helped me a lot in learning flask
Thanks, your presentation is so neat and clear.
Thanks for posting this! 🎉🎉
Waoo. So precise and to the point information.
Great tutorial. Also thank you for the free course.
Excellent video, thank you. Greetings from Argentina!
Great job and great explanation!
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?
Very clear! Thanks, man!
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
Quick and objective, thanks!
Great video and super helpful, thank you!
if i make changes, it doesn't refresh the app like how it used to without Blueprints. Is there a way to change this?
hey, i'm unable to run the app, it says no main module found. please help.:(
Really well explained, thank you.
Simple and useful, thanks from Taiwan
Awesome! You rock, man!
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?
You could use JWT
Thank you very much for this video! Wonderful video! :)
Thank you so much! Very precise!
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.
Absolutely amazing stuff
What is flask Ron how are you running this
great video, thank you
You're welcome! Thanks for watching.
Thank you for this video!!
Would you please mention the name of VS Code theme?
Dark
great vid - thanks!
Excellent. Thank you
Neat and helpful!
Love your videos
Excellent!
thank you so much
That one dislike was from PHP developer
Thanks very much
thank you
Try this in api/views.py
@api.route('/getdata')
def getdata():
return jsonify({'key' : 'value'})
👍👍👍👍👍👍👍👍
nice :)
Your volume is very very low
i don't get it... u lost me after 1 min