~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to dashboard_app/admin.py

  • Committer: Zygmunt Krynicki
  • Date: 2010-09-09 12:31:32 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: zygmunt.krynicki@linaro.org-20100909123132-3k4ae77fslf9tb1c
Separate dashboard_app from launch_control and rename lc-server to dashboard_server

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from django.contrib.contenttypes import generic
8
8
from django.utils.translation import ugettext as _
9
9
 
10
 
from launch_control.dashboard_app.models import (
 
10
from dashboard_app.models import (
11
11
        Bundle,
12
12
        BundleStream,
13
13
        HardwareDevice,