Using comment in Django

2022-11-26 Thread Tawfeeq Zaghlool
I have two models Profile and Post; I want to allow the user to add comments on any of them without repeating the code. In other words, the Profile and the Post components contain a comment field, and the user who views the Profile wants to add comments, or who views Posts intends to add a comm

Re: Using comment in Django

2022-11-27 Thread Tawfeeq Zaghlool
t; page: > https://docs.djangoproject.com/en/stable/faq/help/ . This will help you > find people who are willing to support you, and to ask your question in a > way that makes it easy for them to answer. > > Thanks for your understanding and all the best, > > Adam > >