add event place to album

This commit is contained in:
2023-08-01 23:05:46 +00:00
parent 3107cd0806
commit 7abc6f1d0d
3 changed files with 10 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class Album(models.Model):
event_date = models.DateField(
verbose_name="Event Datum", null=True, blank=True, default=timezone.now
)
event_place = models.CharField(max_length=200, blank=True)
photographer = models.CharField(
verbose_name="Fotograph(en)", max_length=200, null=True, blank=True