Add output-only on UI
This commit is contained in:
parent
bdae79eeda
commit
195450ebc3
15 changed files with 708 additions and 566 deletions
|
@ -118,6 +118,11 @@ class ProblemData(models.Model):
|
|||
null=True,
|
||||
help_text=_("Leave empty for stdout"),
|
||||
)
|
||||
output_only = models.BooleanField(
|
||||
verbose_name=_("is output only"),
|
||||
help_text=_("Support output-only problem"),
|
||||
null=True,
|
||||
)
|
||||
|
||||
__original_zipfile = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue