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