django-friendship

2021-02-09 Thread אורי
Hi, We are using django-friendship (https://github.com/revsys/django-friendship) in our open source social network, Speedy Net ( https://github.com/speedy-net/speedy-net). I noticed that the django-friendship repository is very rarely maintained. I would like to know if any of you are interested i

Re: django-friendship

2021-02-09 Thread Ameto Eklu
Hello Uri, I am interested in maintaining the django friendship. So let me know . Thanks. On Tue, Feb 9, 2021, 5:37 AM אורי wrote: > Hi, > > We are using django-friendship ( > https://github.com/revsys/django-friendship) in our open source social > network, Speedy Net (https://github.com/speedy

Re: Model.objects.create as default

2021-02-09 Thread Rama akki
Better, you can use signal or model manager with one-to-one relationship On Sat, 6 Feb 2021, 7:13 pm degnon...@gmail.com, wrote: > hi, say I have this model > > class Event(models.Model): > ... > metrics = models.OneToOneField("evmetrics.Metrics", > on_delete=models.PROTECT, > default=Metric