Make CSS field actually nullable..
This commit is contained in:
parent
1449826082
commit
971730f1cb
@ -77,6 +77,7 @@ class Show(TimestampedModel):
|
|||||||
storage=show_static_storage,
|
storage=show_static_storage,
|
||||||
upload_to=name_css,
|
upload_to=name_css,
|
||||||
null=True,
|
null=True,
|
||||||
|
blank=True,
|
||||||
help_text="The CSS stylesheet applied to this show's page",
|
help_text="The CSS stylesheet applied to this show's page",
|
||||||
verbose_name="Custom Style"
|
verbose_name="Custom Style"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user