We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7bbad commit 98c9c45Copy full SHA for 98c9c45
.bandit
@@ -1,2 +1,2 @@
1
[bandit]
2
-exclude: tests
+exclude: ./tests
example/example/settings.py
@@ -20,7 +20,7 @@
20
# See https://docs.djangoproject.com/en/dev/howto/deployment/checklist/
21
22
# SECURITY WARNING: keep the secret key used in production secret!
23
-SECRET_KEY = "kstexlapcf3lucx@47mmxsu9-9eixia+6n97aw)4$qo&!laxad"
+SECRET_KEY = "kstexlapcf3lucx@47mmxsu9-9eixia+6n97aw)4$qo&!laxad" # nosec
24
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
0 commit comments