MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / Compute

Class Compute

computes/models.py:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Compute(models.Model):
5 name = models.CharField(max_length=20)
6 hostname = models.CharField(max_length=20)
7 login = models.CharField(max_length=20)
8 password = models.CharField(max_length=14, blank=True, null=True)
9 type = models.IntegerField()
10
11 def __unicode__(self):
12 return self.hostname

Callers 1

computesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected