Make custom CSS nullable
This commit is contained in:
parent
36de1771ce
commit
307fdd4f7b
@ -60,6 +60,7 @@ class Show(TimestampedModel):
|
||||
css = models.FileField(
|
||||
storage=show_static_storage,
|
||||
upload_to=name_css,
|
||||
null=True,
|
||||
help_text="The CSS stylesheet applied to this show's page",
|
||||
verbose_name="Custom Style"
|
||||
)
|
||||
|
Reference in New Issue
Block a user