Commit ed4cc8f3 authored by lizonr1's avatar lizonr1

Change place model

parent d9cb7034
......@@ -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, null=True, blank=True)
promotions = models.ManyToManyField(Promotion)
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