[Python] Una cosetta Django

2019-05-03 Per discussione Carlos Catucci
Ho models.py come il seguente class Roles( models.Model ): role = models.CharField( max_length=30 ) level = models.IntegerField( default = 0 ) class Operators( models.Model ): login = models.CharField( max_length=30 ) password = models.CharField( max_length=50 ) role = models.ForeignKey( "Role

Re: [Python] wow... ma allora c'รจ vita

2019-05-03 Per discussione Gollum1
Il 2 maggio 2019 15:57:33 CEST, Matteo Scarpa ha scritto: > >On 01/05/19 14:47, Gollum1 wrote: >> Il giorno mer 1 mag 2019 alle ore 14:15 Carlos Catucci >> ha scritto: >>> On Wed, 1 May 2019 at 14:11, Gollum1 >wrote: naturalmente se si riesce a fare in modo che i thread rimangano coll