🔗 Source code: github.com/ClintonCode20/django_24 🔗 Source Code for Templates: drive.google.com/file/d/1fVXtjecx6GSRwjg92wo4MA26QtGOhXdT/view?usp=drivesdk
@xband09 ай бұрын
This will help me recall what I've learnt so far from this vlog. Thank for the share Clinton.
@CodeWithClinton9 ай бұрын
It is my pleasure.
@mahmoudtokura10 ай бұрын
This is a good project to refresh my knowledge of Django. Nice.
@CodeWithClinton10 ай бұрын
Thank you.
@mahmoudtokura9 ай бұрын
@@CodeWithClinton Can we get a download link for the html template so we can follow along?
@CodeWithClinton9 ай бұрын
@@mahmoudtokura I just added it to the video's description and it also pinned in the comments.
@mahendranath25049 ай бұрын
Thank you so much for sharing this amazing content, liked and subscribed, thanks a lot
@CodeWithClinton9 ай бұрын
It is my pleasure, thank you so much.
@abubakr_mustafoyev10 ай бұрын
good project
@CodeWithClinton10 ай бұрын
Thank you.
@Codewithshameel10 ай бұрын
Superb bro
@CodeWithClinton10 ай бұрын
Thank you.
@Codewithshameel10 ай бұрын
@@CodeWithClinton Bro is this course good for begginers and bro teach us react + django for begginers
@CodeWithClinton10 ай бұрын
@@Codewithshameel Future series will be on Django and react.
@Codewithshameel10 ай бұрын
@@CodeWithClinton thank you bro beacause i like to learn django with react 💖💖
@cleasonnoglo126810 ай бұрын
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
@CodeWithClinton10 ай бұрын
I will work on it.
@tobechukwumarizu24714 күн бұрын
Thanks how will I change the database to postgress
@VickyKumar-ri1bjАй бұрын
Can you suggest me the name of project, I have to mention this project on resume for my placement
@CodeWithClintonАй бұрын
Give it a name of your choice.
@VickyKumar-ri1bjАй бұрын
My webpage is not rendering image
@CodeWithClintonАй бұрын
I guess you haven't configured the MEDIA settings.
@olayemisarah89018 ай бұрын
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
@CodeWithClinton8 ай бұрын
Is your web app live or still in development environment?
@olayemisarah89018 ай бұрын
@@CodeWithClinton it's still in the development environment
@CodeWithClinton8 ай бұрын
@@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.
@olayemisarah89018 ай бұрын
@@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
@CodeWithClinton8 ай бұрын
@@olayemisarah8901 instead of storing the images into the img folder, go to the Django admin and add an image for each blog.