add null=True for now
This commit is contained in:
parent
99bc1cf0a1
commit
2e969ac116
|
@ -72,6 +72,7 @@ class Migration(migrations.Migration):
|
|||
name="duration",
|
||||
field=models.IntegerField(
|
||||
blank=True,
|
||||
null=True,
|
||||
help_text="How much time (in minutes) should we set aside for this act? Please keep it between 60 and 180 minutes (1-3 hours).",
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue