Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
95ccf2cc
Commit
95ccf2cc
authored
Jan 12, 2021
by
Fabien MAREUIL
Browse files
bug fix, import celery states
parent
a610e350
Pipeline
#45163
failed with stages
in 9 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/management/commands/clean_targetcentric.py
View file @
95ccf2cc
...
...
@@ -6,6 +6,7 @@ from ippidb.models.targetcentric import (
Partner
,
)
from
ippidb.management.commands
import
TaskOutWrapper
from
celery
import
states
import
os
import
sys
import
pandas
as
pd
...
...
ippisite/ippidb/management/commands/update_mrc_files.py
View file @
95ccf2cc
...
...
@@ -2,6 +2,7 @@ from django.core.management.base import AppCommand, CommandError
from
ippidb.management.commands
import
TaskOutWrapper
from
ippidb.models
import
Chain
,
InteractFile
from
django.core.files
import
File
from
celery
import
states
import
os
import
sys
import
glob
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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