black coding style
This commit is contained in:
@@ -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 = (
|
||||||
|
|||||||
Reference in New Issue
Block a user