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
=== modified file 'django/settings_releases.py'
--- django/settings_releases.py 2012-08-16 09:56:08 +0000
+++ django/settings_releases.py 2012-08-20 15:37:29 +0000
@@ -2,6 +2,8 @@
22
3from settings import *3from settings import *
44
5DEBUG = False
6
5DATABASES = {7DATABASES = {
6 'default': {8 'default': {
7 'ENGINE': 'django.db.backends.sqlite3',9 'ENGINE': 'django.db.backends.sqlite3',
810
=== modified file 'django/settings_snapshots.py'
--- django/settings_snapshots.py 2012-08-16 09:56:08 +0000
+++ django/settings_snapshots.py 2012-08-20 15:37:29 +0000
@@ -2,6 +2,8 @@
22
3from settings import *3from settings import *
44
5DEBUG = False
6
5DATABASES = {7DATABASES = {
6 'default': {8 'default': {
7 'ENGINE': 'django.db.backends.sqlite3',9 'ENGINE': 'django.db.backends.sqlite3',

Subscribers

People subscribed via source and target branches