Merge lp:~cjohnston/qa-dashboard/tables-oops into lp:qa-dashboard

Proposed by Chris Johnston
Status: Merged
Approved by: Joe Talbott
Approved revision: 192
Merged at revision: 194
Proposed branch: lp:~cjohnston/qa-dashboard/tables-oops
Merge into: lp:qa-dashboard
Diff against target: 18 lines (+5/-3)
1 file modified
README.install (+5/-3)
To merge this branch: bzr merge lp:~cjohnston/qa-dashboard/tables-oops
Reviewer Review Type Date Requested Status
Joe Talbott Approve
Review via email: mp+141562@code.launchpad.net

Commit message

Updates install instructions to include django-tables

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) wrote :

Looks good, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.install'
2--- README.install 2012-12-06 16:16:58 +0000
3+++ README.install 2013-01-01 20:42:24 +0000
4@@ -1,9 +1,11 @@
5 # Fri 16 Nov 2012 01:01:50 PM EST Joe Talbott <joe.talbott@canonical.com>
6
7-# Install needed packages
8+# Install needed packages
9+# Requires django 1.4 which is available from
10+# ppa:qa-dashboard/django
11 sudo apt-get install postgresql python-psycopg2 \
12- python-django python-django-south python-matplotlib \
13- python-yaml
14+ python-django python-django-south python-matplotlib \
15+ python-yaml django-tables
16
17 # NOTE: Also needed is UTAHParser which isn't yet packaged.
18 # It's currently installed via pip from local package.

Subscribers

People subscribed via source and target branches