This commit is contained in:
Egor Matveev 2021-11-13 18:25:04 +03:00
parent cc3d9b409f
commit bf9dbd3d5e

View File

@ -57,7 +57,7 @@ class Solution(models.Model):
@property
def directory(self):
return "solution"
return "solutions/" + str(self.id)
@property
def testing_directory(self):