filter annnotations
This commit is contained in:
parent
1a075b6cb0
commit
adbe21b570
4 changed files with 168 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ from django.contrib.auth.models import User
|
|||
import ox
|
||||
|
||||
import utils
|
||||
import managers
|
||||
|
||||
|
||||
def load_layers(layers):
|
||||
|
|
@ -70,6 +71,7 @@ class Layer(models.Model):
|
|||
|
||||
|
||||
class Annotation(models.Model):
|
||||
objects = managers.AnnotationManager()
|
||||
|
||||
#FIXME: here having a item,start index would be good
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue