Re: I am facing issues in sharing module.

2020-05-19 Thread Akshat Zala
I have Posts and Friends model in blog and friend apps respectively. In friend model: I have fromuser, touser, and status as fields. In Posts model, I have title, content, author_id anddatecreated and modified date. On Monday, 18 May 2020 20:12:14 UTC+5:30, Akshat Zala wrote: > > I am facing iss

Re: I am facing issues in sharing module.

2020-05-18 Thread Akshat Zala
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. U

I am facing issues in sharing module.

2020-05-17 Thread Akshat Zala
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 succ