sistemas app added
This commit is contained in:
@@ -74,13 +74,3 @@ class Clientes(models.Model):
|
||||
ordering = ('-Activo','-conteo_mes','RFC')
|
||||
|
||||
|
||||
class Maquinas_Conectadas(models.Model):
|
||||
UserName = models.CharField(max_length=255)
|
||||
PC_Name = models.CharField(max_length=255)
|
||||
Is64 = models.BooleanField()
|
||||
OSversion= models.CharField(max_length=255)
|
||||
local_ip = models.CharField(max_length=55)
|
||||
public_ip= models.CharField(max_length=55)
|
||||
RFC = models.CharField(max_length=13)
|
||||
class Meta:
|
||||
abstract =True
|
||||
Reference in New Issue
Block a user