diff mbox

[2/3] settings: noqa the secret key

Message ID BLU436-SMTP1127B4E102847893F7DE971A3F80@phx.gbl
State Accepted
Headers show

Commit Message

Stephen Finucane Sept. 7, 2016, 9:03 p.m. UTC
This is a development setting file. Dismiss the 'dodgy' warning on
landscape.io.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
---
 patchwork/settings/dev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Sept. 19, 2016, 11:22 p.m. UTC | #1
On 07 Sep 22:03, Stephen Finucane wrote:
> This is a development setting file. Dismiss the 'dodgy' warning on
> landscape.io.
> 
> Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>

Trivial fix. Merged.
diff mbox

Patch

diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py
index 60f52b1..9aee731 100644
--- a/patchwork/settings/dev.py
+++ b/patchwork/settings/dev.py
@@ -18,7 +18,7 @@  from .base import *  # noqa
 # https://docs.djangoproject.com/en/1.8/ref/settings/#core-settings
 #
 
-SECRET_KEY = '00000000000000000000000000000000000000000000000000'
+SECRET_KEY = '00000000000000000000000000000000000000000000000000'  # noqa
 
 DEBUG = True