Add stat page
This commit is contained in:
parent
1258d6dc25
commit
3da6a25867
8 changed files with 213 additions and 19 deletions
|
@ -154,7 +154,9 @@ class ProblemData(models.Model):
|
|||
if self.zipfile:
|
||||
self.zipfile.name = problem_directory_file_helper(new, self.zipfile.name)
|
||||
if self.generator:
|
||||
self.generator.name = problem_directory_file_helper(new, self.generator.name)
|
||||
self.generator.name = problem_directory_file_helper(
|
||||
new, self.generator.name
|
||||
)
|
||||
if self.custom_checker:
|
||||
self.custom_checker.name = problem_directory_file_helper(
|
||||
new, self.custom_checker.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue