Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
b4e93232
Commit
b4e93232
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
add required code to draw database diagram
do not forget to update dependencies.
parent
8d2b5665
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
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
15 additions
and
1 deletion
ippisite/ippisite/settings.py
+
10
−
0
View file @
b4e93232
...
...
@@ -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 @
b4e93232
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%
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