Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
e11630a2
Commit
e11630a2
authored
Sep 11, 2020
by
Samuel GAIST
Committed by
Flavio TARSETTI
Sep 11, 2020
Browse files
[settings] Pre-commit cleanup
parent
a3259630
Pipeline
#42658
passed with stage
in 16 minutes and 14 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/web/settings/__init__.py
View file @
e11630a2
...
...
@@ -28,7 +28,6 @@
import
os
import
platform
SHM_PATH
=
"/dev/shm/beatweb"
# nosec
...
...
beat/web/settings/ci.py
View file @
e11630a2
...
...
@@ -28,9 +28,9 @@
# Django settings for tests on the CI server
import
os
from
.test
import
*
# noqa
from
.
import
get_test_db_path
from
.
import
get_test_prefix_path
from
.test
import
*
# noqa
RUNNING_ON_CI
=
True
DATABASES
[
"default"
][
"OPTIONS"
][
"timeout"
]
=
60
# noqa
...
...
beat/web/settings/nodebug.py
View file @
e11630a2
...
...
@@ -27,7 +27,7 @@
# Django settings for debugging infrastructure
from
.settings
import
*
from
.settings
import
*
# noqa: F403
DEBUG
=
False
TEMPLATES
[
0
][
'
OPTIONS
'
][
'
debug
'
]
=
DEBUG
DEBUG
=
False
TEMPLATES
[
0
][
"
OPTIONS
"
][
"
debug
"
]
=
DEBUG
# noqa: F405
beat/web/settings/test.py
View file @
e11630a2
...
...
@@ -28,9 +28,9 @@
# Django settings for tests
import
os
from
.settings
import
*
# noqa
from
.
import
get_test_db_path
from
.
import
get_test_prefix_path
from
.settings
import
*
# noqa
URL_PREFIX
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment