I am facing issue in quering the database.

I cannot write join query in django orm.

On Sunday, 17 May 2020 18:04:47 UTC+5:30, Akshat Zala wrote:
>
> I wish to share the post with friends in django application.
>
> My project flow chart is as follows:
>
>
> 1. User registers for an account.
> 2. User will recieve the email confirmation
> 3. By clicking on the link in email , he gets redirected to login page, 
> where he can login and he will see account successfully activated.
>
> 4. He/She can create /update/delete  the post.
> 5. He can view his profile,and update the profile.
>
> 6. He can search for friends through search bar by either of their first 
> name, last name, username and email address.
> 7. Results will be seen in tabular format.
> 8. By clicking on the hyperlink in add friend column a mail will be sent 
> to the friend_request with a hyperlink containing a template with 
> accept/reject buttons.
> 9. By clicking on either of the buttons, status of friend_request will be 
> updated accordingly  in the database as well as in the friend list template.
>
> Pending job is to Share the post with friend.
>
> 10. Now it is showing all the post to every registered user.
>
>    
> Regards,
>
> Akshat Zala
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bf437ec1-3110-4b49-8dd2-51026a52eabf%40googlegroups.com.

Reply via email to