For those of you looking for part 2 of this video... it's part 10 of his "Learn Django | Social Network project in Django" series. Great video by the way!
@rohanbuks1813 жыл бұрын
i cant find it can you share its link bro, thank you
Thanks you so much! I am doing social apps and this save me. Thanks a lot.
@Pyplane4 жыл бұрын
Cool :) Thanks for watching. If you need more there is a social network project here on the channel as well as how to follow users video. Cheers!
@davitkvaratskhelia40333 жыл бұрын
Thank you lot. Where can I find second part of this tutorial ?
@Pyplane3 жыл бұрын
Hi Davit. I included this functionality in the django social network series. Cheers
@stitoumourad93423 жыл бұрын
YES IS GOOD
@thing2know3 жыл бұрын
Hi..... after run the project...there is an error ...is "Cannot resolve keyword 'user' into field. Choices are: bio, created, friends, id, receiver, sender, updated, userforprofile, userforprofile_id"
@deandreperkins87934 жыл бұрын
I am getting an error : 'AnonymousUser' object is not iterable
@Pyplane4 жыл бұрын
hi. just login to the admin
@deandreperkins87934 жыл бұрын
@@Pyplane I'm not sure what you mean. Can you elaborate?
@Pyplane4 жыл бұрын
@@deandreperkins8793 we skipped authentication and did this by logging to the django admin. So the question is does this error occur when you are logged in into the django admin?
@deandreperkins87934 жыл бұрын
@@Pyplane im running the server as normal not connecting to the admin. I am trying to render the template with the form and images
@Pyplane4 жыл бұрын
@@deandreperkins8793 I'm not sure we are on the same page. if you're not logged in it won't work. On facebook you also can't invite friends if you are not logged in