black coding style

This commit is contained in:
2022-01-03 11:46:25 +00:00
parent e6c1923b86
commit 294a2ad56b

View File

@@ -15,7 +15,9 @@ class Album(models.Model):
verbose_name="Thumbnail", max_length=200, null=True, blank=True verbose_name="Thumbnail", max_length=200, null=True, blank=True
) )
photographer = models.CharField(verbose_name="Fotograph(en)", max_length=200, null=True, blank=True) photographer = models.CharField(
verbose_name="Fotograph(en)", max_length=200, null=True, blank=True
)
description = models.TextField(null=True, blank=True) description = models.TextField(null=True, blank=True)
STATUS = ( STATUS = (