volume
This commit is contained in:
parent
1600479cb7
commit
e7f6309487
@ -57,11 +57,11 @@ class Solution(models.Model):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def directory(self):
|
def directory(self):
|
||||||
return join(SOLUTIONS_ROOT, str(self.id))
|
return "solution"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def testing_directory(self):
|
def testing_directory(self):
|
||||||
return join(self.directory, 'test_dir')
|
return self.directory
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def volume_directory(self):
|
def volume_directory(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user