Merge lp:~milo/linaro-patchmetrics/bug1028520 into lp:linaro-patchmetrics

Proposed by Milo Casagrande
Status: Merged
Approved by: James Tunnicliffe
Approved revision: 371
Merged at revision: 371
Proposed branch: lp:~milo/linaro-patchmetrics/bug1028520
Merge into: lp:linaro-patchmetrics
Diff against target: 12 lines (+1/-1)
1 file modified
apps/settings.py (+1/-1)
To merge this branch: bzr merge lp:~milo/linaro-patchmetrics/bug1028520
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Approve
Paul Sokolovsky Pending
Review via email: mp+129823@code.launchpad.net

Description of the change

Easy merge to disable debug on patches.l.o.

To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Can't argue with that!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'apps/settings.py'
2--- apps/settings.py 2011-07-19 12:19:43 +0000
3+++ apps/settings.py 2012-10-16 09:03:07 +0000
4@@ -1,7 +1,7 @@
5 # Django settings for patchwork project.
6 import os
7
8-DEBUG = True
9+DEBUG = False
10 TEMPLATE_DEBUG = DEBUG
11
12 ADMINS = (

Subscribers

People subscribed via source and target branches