From: Stephen Finucane Date: Wed, 7 Sep 2016 21:03:48 +0000 (+0100) Subject: settings: noqa the secret key X-Git-Tag: v2.0.0-rc1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0361d951820ab36f85da91c5463da577f4186b50;p=thirdparty%2Fpatchwork.git settings: noqa the secret key This is a development setting file. Dismiss the 'dodgy' warning on landscape.io. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/settings/dev.py b/patchwork/settings/dev.py index 60f52b1a..9aee7318 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