aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/templatetags/tables.py
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2015-02-25 11:12:43 +0000
committerNeil Williams <neil.williams@linaro.org>2015-02-26 13:28:11 +0000
commita1515c195f7eaffe713f9cb302d171d42d713012 (patch)
tree81b522d7cd66097ed19c4c27bc2f7003a5d5c36a /lava_scheduler_app/templatetags/tables.py
parent49d0f3aa5ae68d7537ac59a3ee36504ae9de4a97 (diff)
LAVA-1437 - device dictionary in database
Extend django-kvstore to support multiple tables per backend. Implement support for django-kvstore to provide a DeviceDictionary database and PipelineStore table. Change-Id: I867cd6d2b74c32da9a5f85e31d7755b29c8ae876
Diffstat (limited to 'lava_scheduler_app/templatetags/tables.py')
-rw-r--r--lava_scheduler_app/templatetags/tables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lava_scheduler_app/templatetags/tables.py b/lava_scheduler_app/templatetags/tables.py
index 7752e6774..a70f90480 100644
--- a/lava_scheduler_app/templatetags/tables.py
+++ b/lava_scheduler_app/templatetags/tables.py
@@ -2,6 +2,7 @@ from django import template
from django.db.models import fields
from django.utils.html import escape
from django.utils.safestring import mark_safe
+from django_kvstore import models as kvmodels
register = template.Library()