Re: Using comment in Django

2022-11-27 Thread Tawfeeq Zaghlool
Thank you, Adam. I really appreciate your help. Best On Saturday, November 26, 2022 at 10:16:45 PM UTC+3 Adam Johnson wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing the development of Django itself, not for support > using Dja

Re: Using comment in Django

2022-11-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

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