Merge lp:~dooferlad/linaro-license-protection/django-configs-debug-off into lp:linaro-license-protection/configs

Proposed by Данило Шеган
Status: Merged
Approved by: Данило Шеган
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~dooferlad/linaro-license-protection/django-configs-debug-off
Merge into: lp:linaro-license-protection/configs
Diff against target: 25 lines (+4/-0)
2 files modified
django/settings_releases.py (+2/-0)
django/settings_snapshots.py (+2/-0)
To merge this branch: bzr merge lp:~dooferlad/linaro-license-protection/django-configs-debug-off
Reviewer Review Type Date Requested Status
Данило Шеган (community) Approve
Review via email: mp+120413@code.launchpad.net

Description of the change

Disabled DEBUG for production instances (by James).

To post a comment you must log in.
Revision history for this message
Данило Шеган (danilo) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django/settings_releases.py'
2--- django/settings_releases.py 2012-08-16 09:56:08 +0000
3+++ django/settings_releases.py 2012-08-20 15:37:29 +0000
4@@ -2,6 +2,8 @@
5
6 from settings import *
7
8+DEBUG = False
9+
10 DATABASES = {
11 'default': {
12 'ENGINE': 'django.db.backends.sqlite3',
13
14=== modified file 'django/settings_snapshots.py'
15--- django/settings_snapshots.py 2012-08-16 09:56:08 +0000
16+++ django/settings_snapshots.py 2012-08-20 15:37:29 +0000
17@@ -2,6 +2,8 @@
18
19 from settings import *
20
21+DEBUG = False
22+
23 DATABASES = {
24 'default': {
25 'ENGINE': 'django.db.backends.sqlite3',

Subscribers

People subscribed via source and target branches