Django 3.0 Tutorial Instagram clone | Profile post likes | 08

preview_player
Показать описание
In this playlist we are going to create a basic Instagram clone using django only, no javascript or external apps. This playlist is for beginners and everyone if you find this playlist useful consider sharing with your friends. If you have any comments or question leave in the comments section.

Github repository:

💻Tutorial: Django 3.0 Tutorial Instagram clone / website

I don't consider my self an expert, just a person sharing something. Django is a powerful web framework that you can use to build great web applications I highly recommend reading the documentation it has everything that you need.

❣️Thanks so much for watching and your support.

🔔Please consider subscribe to this channel for more Python content and more more.

___
Рекомендации по теме
Комментарии
Автор

Great Tutorial, Are you going to add a video adding Ajax to the Like button?

ahmedkhairy
Автор

This is amazing tutorial. I really like the way you debug. I have completed the image upload section, and was able to upload pictures successfully from new post page. But I am unable to do it on main page. I have post upload option on index page as well and from there I am unable to upload the picture. Please help

IspittingFactzz
Автор

in this video you mentioned there is an error, what is the error

thingknow
Автор

I dloaded the project from github but when i run it the index.html is not loading...after login i got a white page with only the nav bars...can you please help me?

lalmuanawmakhiangte
Автор

i click the favourate icon in post, it display an error like, " unsupported operand type(s) for +: 'DeferredAttribute' and 'int'" can anyone help me please.

thingknow
Автор

Bro, when i like in a post, it redirect to me the details page...is there have any way that when i like it redirect me to the home page😶😶

mahinrahman
Автор

How to find other user so that that we can follow them.

yashlanjewar
Автор

how to change the icon once i like it?

FernandoLopez-kjpu
Автор

If a user likes the post on the index page they get redirected to the postdetails page.
How to avoid that?
What I mean is that if I like a post in the index page I should remain in the index page and if I like it in postdetails page I should remain in the postdetails page.
So how to do that?
I have also been trying the ajax thing for like but no results.

deepdoshi