Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
815191df
Commit
815191df
authored
8 years ago
by
Olivia Doppelt-Azeroual
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.pasteur.fr/odoppelt/iPPIDB
parents
78ebdd11
f921195a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
ippisite/ippisite/settings.py
+10
-0
10 additions, 0 deletions
ippisite/ippisite/settings.py
ippisite/requirements.txt
+5
-1
5 additions, 1 deletion
ippisite/requirements.txt
with
16 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
815191df
...
...
@@ -4,6 +4,7 @@ test-centos7:
script
:
-
yum install -y epel-release
-
yum install install -y python34-pip python34-devel
-
yum install -y gcc graphviz graphviz-devel
-
cd ippisite
-
pip3 install -r requirements.txt
-
python3 manage.py test
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ippisite/ippisite/settings.py
+
10
−
0
View file @
815191df
...
...
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'
django.contrib.sessions
'
,
'
django.contrib.messages
'
,
'
django.contrib.staticfiles
'
,
'
django_extensions
'
,
'
bootstrap3
'
,
'
ippidb
'
]
...
...
@@ -120,3 +121,12 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.10/howto/static-files/
STATIC_URL
=
'
/static/
'
# required to use django-extensions to draw database diagram
# to do so type
#$ ./manage.py graph_models -a > db.dot
#$ dot db.dot -T png -odb.png
GRAPH_MODELS
=
{
'
all_applications
'
:
True
,
'
group_models
'
:
True
,
}
This diff is collapsed.
Click to expand it.
ippisite/requirements.txt
+
5
−
1
View file @
815191df
Django
django-bootstrap3
bioservices
\ No newline at end of file
bioservices
django-extensions
pygraphviz
pydot
pyparsing
This diff is collapsed.
Click to expand it.
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