upload image in django || how to upload and display image in django by admin || tutorial

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

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

  • @Durgesh.choudhary.06
    @Durgesh.choudhary.06 3 месяца назад

    You are genius ❤❤ thank you

  • @g-wm6392
    @g-wm6392 2 года назад

    thank you my man you deserve a thumbs up

  • @R-LIT
    @R-LIT Год назад

    This really helped❤🧡💛 Thank you king.

  • @tiktokAfrique-ouest
    @tiktokAfrique-ouest 2 года назад

    Great Work

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

    Hi broo
    I am doing a django based project by seeing your videos.
    I am stuck at some point and couldn't figure out that error.
    It would be glad if you help me out please.

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

    Sir can you explain me how can i take only one required image from admin panel when i use the for loop iam getting every images one by one but i need this things to align to different places in my site how can i do that

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

    I'm issues problems to serve the uploaded photos to production, it just doesnt loads.

  • @thirupathierra2535
    @thirupathierra2535 9 месяцев назад

    What is media file. In media file what have to be there.

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

    Great it worked just fine , can you explain what %y mean ? i did find it at the documentation , and does this méthode work for PDF files too ?

    • @g-wm6392
      @g-wm6392 2 года назад

      i think i can help answer this adequately now, if you haven't figured out
      timestamp is at 4:04 btw he explained it
      %y just indicates to year
      for me, because im developing in year 2022
      so my full filepath appears as img/22/somepicture.png
      somewhere within the django deep deep operating code
      it knows to check for the current year that this django project was created and thus %y points to the year the django project was created
      however if you want to find out why is the command prompted as %y or exactly the code flow of how it is getting the year
      its outside the scope of this video

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

    thankyou

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

    can you share your all files of this project, because i am getting no such table found error

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

      I have lost it , send your problem details : coffewithbhaskar13@gmail.com

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

      python manage.py makemigrations
      python manage.py migrate

  • @soumyadeep-mondal
    @soumyadeep-mondal 4 года назад

    Can you please make a video on Database Relationship and create database in models.py with foreign key and many to many relationship?

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

    How to download those images ?