Class-Based Views - Django File Upload Tutorial - Part 3

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 32

  • @Version_Beta
    @Version_Beta 4 роки тому

    Thank you Vitor. Any Solution for uploading files during production, since you commented this is just for develop?

  • @edwardmike5253
    @edwardmike5253 6 років тому +6

    Please bring a COMPLETE PROJECTS TUTORIALS --> ECOMMERCE or FORUM,had enough blog tutorials..Thanks

  • @shawnbeans7389
    @shawnbeans7389 4 роки тому +1

    his accent made me like this vedio and subscribe to his channel

  • @bentwite3093
    @bentwite3093 4 роки тому

    Thanks for the series...
    Is there a way of implementing a download count every time a file is downloaded?

  • @thetruereality2
    @thetruereality2 4 роки тому

    Thank you for sharing, this helped a lot in getting clarity while developing projects in django.

  • @sabarathiago
    @sabarathiago 2 роки тому

    Dude, your explanations are perfect, do you have online courses? I'm from Brazil and I can't find content that I understand so easily

  • @BioxyTube
    @BioxyTube 5 років тому

    thank you ! I agree, django doc is confusing. Lucky we have tuts like yours

  • @theresatobollik2382
    @theresatobollik2382 3 роки тому

    Thanks so much! Great explanation :)

  • @shubhampareek2378
    @shubhampareek2378 5 років тому

    Thank you so much... You explain everything pretty well...

  • @emmanuelriri2787
    @emmanuelriri2787 Рік тому

    How can i make the listview and the update appear on the same page ?

  • @amisomnath07
    @amisomnath07 2 роки тому

    how to download file from AWS s3 bucket in base64 format? kindly upload a video on that please

  • @agnesabigael3793
    @agnesabigael3793 2 роки тому

    how can I edit/update books that i've uploaded ? Can you make a tutorial "Edit uploaded file django tutorial" 🙏

  • @mohammedmmutaru870
    @mohammedmmutaru870 5 років тому +1

    Please am using generic views how do i upload multiple image to a product form

  • @rahulkumarpatel5272
    @rahulkumarpatel5272 4 роки тому

    Thanks you very much for this content.
    finally i have solved my error.

  • @apoorvwatsky
    @apoorvwatsky 6 років тому

    Thanks a lot for this content!
    In your future series, can you please consider making content related to writing good tests for a django project? Would be awesome.

  • @madmak_41
    @madmak_41 6 років тому +1

    Very good! What's next? Maybe "How to build multilingual websites"? We are hungry for knowledge here

    • @vitorfs
      @vitorfs  6 років тому

      Thanks for suggestion! It's a good topic

  • @DevDotPy
    @DevDotPy 4 роки тому

    you are the best :*

  • @leadingedgebusinesssolutions
    @leadingedgebusinesssolutions 4 роки тому

    Sir! kindly make tutorials how to customize crispy forms like adding placeholders in fields and remove help texts etc...

  • @saitaro
    @saitaro 5 років тому

    Quality material, sir, thank you

  • @samuelf7592
    @samuelf7592 6 років тому +1

    Thank you vitor

  • @dgiri2333
    @dgiri2333 4 роки тому

    How to play video's on django like UA-cam

  • @azizamine5506
    @azizamine5506 Рік тому

    XSS ?

  • @abdullahalnuaimi8589
    @abdullahalnuaimi8589 6 років тому +3

    Hay Vitor i hope to make project from the beginning until the end

  • @shahidullahmiazi
    @shahidullahmiazi 6 років тому +1

    What is better function or class-based view? Can I only learn from www.ccbv.co.uk?

    • @vitorfs
      @vitorfs  6 років тому +3

      The ccbv.co.uk is a good reference guide when you already know what is out there in the Django core and also how class-based views works. Otherwise it's good to have a read on the official documentation: docs.djangoproject.com/en/2.1/topics/class-based-views/
      I prefer function based views because of the simplicity and the readability of the code
      But class-based views are great for code reuse. So if you have a large chunk of common code to be used across several views, you have a great use case for class based views. Otherwise, I would stick with regular function based views

  • @dimensioninfinity7882
    @dimensioninfinity7882 6 років тому +4

    I will always rember : Simple is Better than Complex

  • @atlas_lambda_coder
    @atlas_lambda_coder 5 років тому

    an error is showing. I can not import my class from model.py to forms.py

  • @BigBowener
    @BigBowener 6 років тому

    Hey Victor is it possible to use admin's list_filter on my app so I don't have to build my own filter method?

  • @olliewelsh123
    @olliewelsh123 4 роки тому

    ccbv.co.uk