Added algorithm selection

This commit is contained in:
arifiorino 2019-09-10 02:56:17 +00:00 committed by Dana Van Aken
parent bf33be0e27
commit dcb23c3a0b
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class Hardware(BaseModel):
def __unicode__(self):
return 'CPU:{}, RAM:{}, Storage:{}'.format(self.cpu, self.memory, self.storage)
class Session(BaseModel):
user = models.ForeignKey(User)
name = models.CharField(max_length=64, verbose_name="session name")