Комментарии:
Wheres the "link in the description"?
ОтветитьHow many thing do you know you know how to make web app u know how to make GUI app u know to make mobile app bro
ОтветитьHow my blueprint access objects in the main app?
How my blueprint access the database?
How my blueprint access the main app's config?
Your tutorial only works for static webpages, nothing more.
You did not explaing anything about "context" or using "current_app". If you don't want to talk about it, at least leave a warning for people to know they have to look for more information.
I hope that when people try to convert their apps through your tutorial, they find out quickly it is incomplete. So, they won't expend too much time thinking their code is broken.
Wow I really liked this video man, very simple but still very good ! thank you
Ответитьwill i be able to get data from my db created in another file?
ОтветитьThank you this is what i was looking for.
Ответитьsuperb tutorial - very clear and concise - thank you!
ОтветитьRespected sir,
I have one question that is , Why blueprint instance have same name as a first argument in it. e.g. = Blueprint('second', __name__).
why "second" repeated two times. are those two different. thank you.
Thanks, nice content :) Hi from Turkiye!
ОтветитьThanks Tim, these series really gave me a kickstart for my project !!
ОтветитьThanks for explaining it so clearly! All the documentation I was reading kept talking about app factories; this is a much clearer way to explain the basics.
ОтветитьThank you for demonstrating!
Ответитьcant we just import without blueprint ?
ОтветитьHi Tim,
thanks for this great tutorial. I very much like the way you introduced us to flask.
One thing that may be helpful to others: For me, it did not work instantly for the blueprint to access the static folders, i.e. I had an issue both showing the image and loading the css file. Finally, I found I had to change the variable 'static' in the url_for argument to 'second.static' for everything to work...
good tutorial video, thank you!
ОтветитьFor anyone who’s migrating templates for a complex app structure... flask adds the package specific templates to the search path as opposed to just making the package look internally. This means if you have multiple templates with the same name, e.g. home.html, it will render the first one it finds...
Ответитьvery useful, i made a small app but the main file was getting huge, this is like the html files and js files where you import the js file instead of putting all the js code inside the html right?
ОтветитьExcellent explanation, Thanks for sharing 👍🏽
ОтветитьVery nice beginners tutorial. Thanks
ОтветитьHi Tim
Thanks for the video and it was very useful
This was immensely helpful, read through the docs and was confused. You are awesome.
Ответитьi dont get why when i remove the _init_ from my blueprint folder, things continued to work as expected?
Ответить¿How to pass mysql cursor as a blueprint argument? This is needed for database operations inside the routes functions
ОтветитьHey Tim, i wanted to point out that when you use CSS as for blueprint you have to change href="{{url_for('static',filename='style.css')}} to href="{{url_for('second.static',filename='style.css')}} when referencing the CSS code. Thank you very much for your videos, i have learned a lot😀 from them
ОтветитьHow can I read a qr code for login flask app.. Please help
ОтветитьI already reading qr code using flask and check it if it is accommodate thr png picture. But how can go to another html page after that
ОтветитьThank you so much, Tim, for all your tutorials, they are amazing!
ОтветитьYou are the best because I was looking for what is init and why, how uses it 💪💪
Ответитьwell explained; thanks man 👍
Ответитьhow can use mysqldb in these blueprints?? i can create the mysql connection on the main file, but i can't do it with the blueprints
Ответитьworest flask tutorial ever .
ОтветитьGod Bless you tim. 🔥🔥🔥🔥
ОтветитьYet another fantastic tutorial. Thank you.
Ответитьthank you
ОтветитьThis is a really great tutorial. help me a lot.
ОтветитьThanks for the session. Can we add Blueprints in flask classify? if yes, how can we add the same?
Ответитьthank you my black brother\
ОтветитьNice explanation
ОтветитьCould you please do the same like creating multiple modules for flask_sqlalchemy....not able to find much helpful video
ОтветитьExcellent
ОтветитьBetter spelling NOT included. Spell Tripple again!
ОтветитьHi! Can I use flask for big projects? (practice)
ОтветитьAfter I moved the static and templates folder to the admin folder, the images and CSS files were not working. Could someone please explain?
ОтветитьBest explained tutorial on Blueprints that I've seen. Very concise, and covers so much in 13 minutes. Super.
Ответитьwhy the css file is not working in the home.html i made a image and a text with css code but i doesn't work and i don't know why is not working
ОтветитьHi Tim thanks for making these videos, they are really helpful. i wanted to see if you can show us how to fetch the application level config variables that can be accessed across all blueprints?
Ответить