http
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user