Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
387bfe15
Commit
387bfe15
authored
Apr 20, 2021
by
carlosribas
Browse files
Remove django-jenkins
parent
282070a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
rnacentral/rnacentral/settings.py
rnacentral/rnacentral/settings.py
+0
-10
No files found.
rnacentral/rnacentral/settings.py
View file @
387bfe15
...
...
@@ -180,7 +180,6 @@ INSTALLED_APPS = (
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
'django.contrib.humanize'
,
'django_jenkins'
,
'corsheaders'
,
'portal'
,
'sequence_search'
,
...
...
@@ -296,15 +295,6 @@ REST_FRAMEWORK = {
),
}
# Jenkins integration config taken from here: https://sites.google.com/site/kmmbvnr/home/django-jenkins-tutorial
JENKINS_TEST_RUNNER
=
"rnacentral.utils.test_runner.JenkinsTestRunner"
JENKINS_TASKS
=
(
'django_jenkins.tasks.run_pep8'
,
'django_jenkins.tasks.run_pyflakes'
,
# 'django_jenkins.tasks.run_sloccount'
)
# django-debug-toolbar
DEBUG_TOOLBAR_PANELS
=
[
'debug_toolbar.panels.versions.VersionsPanel'
,
...
...
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