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
=== modified file 'apps/settings.py'
--- apps/settings.py 2011-07-19 12:19:43 +0000
+++ apps/settings.py 2012-10-16 09:03:07 +0000
@@ -1,7 +1,7 @@
1# Django settings for patchwork project.1# Django settings for patchwork project.
2import os2import os
33
4DEBUG = True4DEBUG = False
5TEMPLATE_DEBUG = DEBUG5TEMPLATE_DEBUG = DEBUG
66
7ADMINS = (7ADMINS = (

Subscribers

People subscribed via source and target branches