]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
settings: noqa the secret key
authorStephen Finucane <stephenfinucane@hotmail.com>
Wed, 7 Sep 2016 21:03:48 +0000 (22:03 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Mon, 19 Sep 2016 23:17:10 +0000 (00:17 +0100)
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

index 60f52b1af59142c460ee8de002909880d98735af..9aee731857228f18fa8836804171d25ecf1b4945 100644 (file)
@@ -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