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

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

Re: [Technical Board?] Project Ideas, and beginning GSoC 2023.

2022-11-26 Thread Shai Berger
Hi, Adding to the above, I have two migration-related ideas. The first is quite down-to-earth: Support for moving models between apps. This is a long-standing problem, esp. in enterprise-y or just long-running projects. I have expressed my dissatisfaction with the current state of things a