Intro to Flask Blueprints

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 53

  • @bryandimas4280
    @bryandimas4280 4 года назад +19

    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! 🙏🏼

  • @benjaminmetivier11
    @benjaminmetivier11 4 года назад +12

    Once again, short, efficient and simple! Thank you for sharing your knowledge.

  • @forethio7713
    @forethio7713 2 года назад +1

    Finally, I clearly understood about Blueprint, register_blueprint and url_prefix.
    Thanks a lot!.

  • @rufiromang9682
    @rufiromang9682 Год назад

    Wow... Very simple explanation on Blueprint and easy to understand. You earn my respect and subscription

  • @parthsalat
    @parthsalat 3 года назад +2

    Thanks a lot! U saved me from a lot of pain!

  • @wallysonruan4246
    @wallysonruan4246 Год назад

    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.

  • @AbdulBasit-ib6by
    @AbdulBasit-ib6by Год назад

    Waoo. So precise and to the point information.

  • @dydufjfbfnddhbxnddj83
    @dydufjfbfnddhbxnddj83 2 года назад +1

    your code doesn't work now, it gives import error
    ```ImportError: attempted relative import with no known parent package```

  • @pratikchavan4484
    @pratikchavan4484 Год назад

    Thanks for posting this! 🎉🎉

  • @imlautaro123
    @imlautaro123 4 года назад +1

    Excellent video, thank you. Greetings from Argentina!

  • @HemantSahu-kj2qb
    @HemantSahu-kj2qb 2 года назад

    Thank you so much for all the content. This helped me a lot in learning flask

  • @yichengliu
    @yichengliu 3 года назад

    Simple and useful, thanks from Taiwan

  • @bithigh8301
    @bithigh8301 2 года назад

    Thanks, your presentation is so neat and clear.

  • @raphaelmro
    @raphaelmro 3 года назад

    Quick and objective, thanks!

  • @moayedmustafa9673
    @moayedmustafa9673 4 года назад +1

    Very clear! Thanks, man!

  • @tomlightfoot6304
    @tomlightfoot6304 Год назад

    great video, thank you

  • @radekjestrabik8507
    @radekjestrabik8507 3 года назад

    Great tutorial. Also thank you for the free course.

  • @tymothylim6550
    @tymothylim6550 3 года назад

    Thank you very much for this video! Wonderful video! :)

  • @khai-chuongtrinh1429
    @khai-chuongtrinh1429 4 года назад +1

    if i make changes, it doesn't refresh the app like how it used to without Blueprints. Is there a way to change this?

  • @elkindelgado3825
    @elkindelgado3825 Год назад

    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

  • @scottfoley4032
    @scottfoley4032 2 года назад

    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?

  • @JimmyGelhaar
    @JimmyGelhaar 2 года назад

    Great job and great explanation!

  • @chrisgousset8673
    @chrisgousset8673 2 года назад

    Great video and super helpful, thank you!

  • @tonix1993
    @tonix1993 3 года назад

    Thank you so much! Very precise!

  • @MusiCaninesTheMusicalDogs
    @MusiCaninesTheMusicalDogs 4 года назад +1

    Awesome! You rock, man!

  • @larskinder1138
    @larskinder1138 3 года назад

    Really well explained, thank you.

  • @tomvonheill
    @tomvonheill 3 года назад

    Absolutely amazing stuff

  • @yashsoni5437
    @yashsoni5437 3 года назад

    Thank you for this video!!

  • @techtak5948
    @techtak5948 4 года назад

    Excellent. Thank you

  • @legalcoffee5315
    @legalcoffee5315 2 года назад

    great vid - thanks!

  • @vishwamithra3390
    @vishwamithra3390 3 года назад

    hey, i'm unable to run the app, it says no main module found. please help.:(

  • @alexandergdansk
    @alexandergdansk 7 месяцев назад

    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.

  • @M1L3Y
    @M1L3Y 4 года назад +2

    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?

  • @gideonyeboahasante8886
    @gideonyeboahasante8886 4 года назад

    Thanks very much

  • @user-lz2kz5kc4t
    @user-lz2kz5kc4t 3 года назад

    Neat and helpful!

  • @mounirdev9560
    @mounirdev9560 3 года назад

    thank you

  • @zant9739
    @zant9739 2 года назад

    Love your videos

  • @alperakbash
    @alperakbash 4 года назад

    thank you so much

  • @Colstonewall
    @Colstonewall 4 года назад

    Excellent!

  • @rhettsmedia
    @rhettsmedia 3 года назад

    What is flask Ron how are you running this

  • @timelord404
    @timelord404 3 года назад

    That one dislike was from PHP developer

  • @naeemfrt
    @naeemfrt 4 года назад

    Would you please mention the name of VS Code theme?

  • @Ovicron
    @Ovicron 4 года назад

    👍👍👍👍👍👍👍👍

  • @dmbrv
    @dmbrv 4 года назад

    nice :)

  • @TheMsnitish
    @TheMsnitish 4 года назад

    Try this in api/views.py
    @api.route('/getdata')
    def getdata():
    return jsonify({'key' : 'value'})

  • @DineshPMDaishee
    @DineshPMDaishee Год назад

    Your volume is very very low

  • @naheliegend5222
    @naheliegend5222 3 года назад

    i don't get it... u lost me after 1 min