Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cosy-Bio
Drugst.One
backend
Commits
3867b631
Commit
3867b631
authored
2 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
fixing max_tissue_expression route
parent
aa61a9c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drugstone/urls.py
+1
-1
1 addition, 1 deletion
drugstone/urls.py
scripts/docker-entrypoint.sh
+1
-1
1 addition, 1 deletion
scripts/docker-entrypoint.sh
with
2 additions
and
2 deletions
drugstone/urls.py
+
1
−
1
View file @
3867b631
...
...
@@ -34,7 +34,7 @@ urlpatterns = [
path
(
'
adjacent_drugs/
'
,
adjacent_drugs
),
path
(
'
adjacent_disorders/
'
,
adjacent_disorders
),
path
(
'
tissue_expression/
'
,
TissueExpressionView
.
as_view
()),
path
(
'
tissue_max_expression/
'
,
get_max_tissue_expression
()
),
path
(
'
tissue_max_expression/
'
,
get_max_tissue_expression
),
path
(
'
tissues/
'
,
TissueView
.
as_view
()),
path
(
'
admin/
'
,
admin
.
site
.
urls
),
path
(
'
create_network
'
,
create_network
),
...
...
This diff is collapsed.
Click to expand it.
scripts/docker-entrypoint.sh
+
1
−
1
View file @
3867b631
...
...
@@ -5,6 +5,6 @@ python3 manage.py migrate
python3 manage.py createfixtures
python3 manage.py cleanuptasks
#python3 manage.py populate_db --update -a
python3 manage.py make_graphs
#
python3 manage.py make_graphs
/usr/bin/supervisord
-c
"/etc/supervisor/conf.d/supervisord.conf"
This diff is collapsed.
Click to expand it.
Maier, Andreas
@bba1660
mentioned in commit
81878a01
·
1 year ago
mentioned in commit
81878a01
mentioned in commit 81878a018c3fedd0bb39dd4113486a23cd08e64d
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment