Commit 21a027ab authored by Rafal's avatar Rafal

reapair code

parent 2e21528d
......@@ -41,7 +41,7 @@ class BeaconManager(models.Model):
class UserProject(models.Model):
author = models.ForeignKey(User)
beacons = models.ManyToManyField('Beacon')
beacons = models.ManyToManyField('Beacon', null=True)
name = models.CharField(max_length=300)
description = models.CharField(max_length=300, null=True)
......
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