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