Commit 8dc2a275 authored by Rafal's avatar Rafal

delte footer

parent 7e169dcc
...@@ -22,6 +22,7 @@ class Category(models.Model): ...@@ -22,6 +22,7 @@ class Category(models.Model):
class Beacon(models.Model): class Beacon(models.Model):
uuid = models.CharField(max_length=300, unique=True) uuid = models.CharField(max_length=300, unique=True)
name = models.CharField(max_length=300) name = models.CharField(max_length=300)
description = models.CharField(max_length=300, null=True) 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