Re: anonymous user in django app

2019-07-01 Thread Volodymyr Sergeyev
Hi, You may add a checkbox into your form with comment, "Post anonymously". And then in view check this value and if so - leave Post's user field blank. Regards, V. On Thursday, June 27, 2019 at 4:22:01 PM UTC+3, Gaurav Sahu wrote: > > Hy, I have a Django blog app. I want to add a feature in wh

anonymous user in django app

2019-06-27 Thread Gaurav Sahu
Hy, I have a Django blog app. I want to add a feature in which a registered user can add a post anonymously. But I couldn't figure out how to do it. Anybody help me how can I implement this feature? It will be a great help. Thanks in advance. -- You received this message because you are subscri