Django Full Course 2024 - Build and Deploy a FullStack Django Web App

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

КОМЕНТАРІ • 33

  • @CodeWithClinton
    @CodeWithClinton  8 місяців тому

    🔗 Source code: github.com/ClintonCode20/django_24
    🔗 Source Code for Templates:
    drive.google.com/file/d/1fVXtjecx6GSRwjg92wo4MA26QtGOhXdT/view?usp=drivesdk

  • @xband0
    @xband0 8 місяців тому

    This will help me recall what I've learnt so far from this vlog. Thank for the share Clinton.

  • @abubakr_mustafoyev
    @abubakr_mustafoyev 8 місяців тому +1

    good project

  • @Codewithshameel
    @Codewithshameel 8 місяців тому +2

    Superb bro

    • @CodeWithClinton
      @CodeWithClinton  8 місяців тому +1

      Thank you.

    • @Codewithshameel
      @Codewithshameel 8 місяців тому

      @@CodeWithClinton Bro is this course good for begginers and bro teach us react + django for begginers

    • @CodeWithClinton
      @CodeWithClinton  8 місяців тому

      @@Codewithshameel Future series will be on Django and react.

    • @Codewithshameel
      @Codewithshameel 8 місяців тому

      @@CodeWithClinton thank you bro beacause i like to learn django with react 💖💖

  • @mahmoudtokura
    @mahmoudtokura 8 місяців тому +1

    This is a good project to refresh my knowledge of Django. Nice.

    • @CodeWithClinton
      @CodeWithClinton  8 місяців тому

      Thank you.

    • @mahmoudtokura
      @mahmoudtokura 8 місяців тому

      @@CodeWithClinton Can we get a download link for the html template so we can follow along?

    • @CodeWithClinton
      @CodeWithClinton  8 місяців тому

      ​@@mahmoudtokura I just added it to the video's description and it also pinned in the comments.

  • @mahendranath2504
    @mahendranath2504 8 місяців тому

    Thank you so much for sharing this amazing content, liked and subscribed, thanks a lot

  • @cleasonnoglo1268
    @cleasonnoglo1268 8 місяців тому

    Hi Clinton,
    Thank you for your contribution. I'm learning a lot from you. Please, can you share the original css, html code with us? Thanks

  • @VickyKumar-ri1bj
    @VickyKumar-ri1bj 20 днів тому

    Can you suggest me the name of project, I have to mention this project on resume for my placement

  • @VickyKumar-ri1bj
    @VickyKumar-ri1bj 18 днів тому

    My webpage is not rendering image

    • @CodeWithClinton
      @CodeWithClinton  14 днів тому

      I guess you haven't configured the MEDIA settings.

  • @olayemisarah8901
    @olayemisarah8901 6 місяців тому

    Please what can i do when my webpage is not rendering the images..ive been following through the tutorial but im stuck here... please i need your help @CodeWithClinton

    • @CodeWithClinton
      @CodeWithClinton  6 місяців тому

      Is your web app live or still in development environment?

    • @olayemisarah8901
      @olayemisarah8901 6 місяців тому

      @@CodeWithClinton it's still in the development environment

    • @CodeWithClinton
      @CodeWithClinton  6 місяців тому

      ​@@olayemisarah8901 make sure your media url is properly configured both in your settings.py and urls.py also make sure you have images in your database.

    • @olayemisarah8901
      @olayemisarah8901 6 місяців тому

      @@CodeWithClinton I actually downloaded some images from Google and I stored them in my img folder which is inside the media folder...I also put the respective images into the database for each blogs... but I'm getting a "not found" error on my server

    • @CodeWithClinton
      @CodeWithClinton  6 місяців тому

      @@olayemisarah8901 instead of storing the images into the img folder, go to the Django admin and add an image for each blog.