http
This commit is contained in:
parent
cc3d9b409f
commit
bf9dbd3d5e
@ -57,7 +57,7 @@ class Solution(models.Model):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def directory(self):
|
def directory(self):
|
||||||
return "solution"
|
return "solutions/" + str(self.id)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def testing_directory(self):
|
def testing_directory(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user