Re: Looking to join a team in a Django Project to gain Experience

2020-09-22 Thread Tessnim Zrayga
I like the idea. interested. Le mar. 22 sept. 2020 à 11:59, Hamza Mirchi a écrit : > interested > > On Tue, Sep 22, 2020 at 5:39 AM ahmed.he...@gmail.com < > ahmed.heshamel...@gmail.com> wrote: > >> Hi all, >> >> I am looking for a team of developers to join them in a project to >> enhance my sk

job search

2019-08-20 Thread Tessnim Zrayga
Hello, I'm looking for a job as a python developer. Any help? I'm willing to relocate anywhere in the world. Regards. -- ZRAYGA Tessnim Python Developer solixy.com Skype: tessnim.zr -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

Get the list of related objects in Django

2019-01-02 Thread Tessnim Zrayga
I have 3 models: class Node(models.Model): ID = models.DecimalField(max_digits=19, decimal_places=10) name = models.CharField(default='node', max_length=32) connexion = models.CharField(max_length=255) # Many2one fields | Foreign keys: firm = models.ForeignKey('firme.Firme',

how can I work with multi model forms

2018-12-26 Thread Tessnim Zrayga
Hello everyone, I have this design: there's a firm, a firm can have multiple nodes. Each node can have many scheduled actions. What I'm trying to do is to create a template containing all informations about a firm and be able to create multiple scheduled actions at a time, so this is what the te