Commit dda1a359 authored by lizonr1's avatar lizonr1

Change place model

parent ed4cc8f3
......@@ -31,4 +31,4 @@ class Place(models.Model):
logo_img = models.ImageField()
description = models.CharField(max_length=50)
offer = models.ForeignKey(Offer, null=True, blank=True)
promotions = models.ManyToManyField(Promotion)
promotions = models.ManyToManyField(Promotion, default='')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment