oops fix unsupported operand for blogs
This commit is contained in:
parent
2d84788520
commit
eff5463e84
|
@ -135,6 +135,7 @@ class Command(BaseCommand):
|
||||||
)
|
)
|
||||||
else None
|
else None
|
||||||
)
|
)
|
||||||
|
if description:
|
||||||
description += "..."
|
description += "..."
|
||||||
|
|
||||||
instance = models.Article.objects.create(
|
instance = models.Article.objects.create(
|
||||||
|
|
Loading…
Reference in a new issue