Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
allgo
allgo
Commits
289556cb
Commit
289556cb
authored
Mar 25, 2019
by
sebastien letort
Browse files
Options
Browse Files
Download
Plain Diff
Merge django in wip_pylint.
parents
6c9556d8
025255cd
Pipeline
#70489
passed with stages
in 3 minutes and 32 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
django/Dockerfile
django/Dockerfile
+1
-0
django/config/settings.py
django/config/settings.py
+1
-0
django/docs/generate_models_png.sh
django/docs/generate_models_png.sh
+6
-0
No files found.
django/Dockerfile
View file @
289556cb
...
...
@@ -11,6 +11,7 @@ RUN apt-getq update && apt-getq install \
python3-crypto python3-natsort python3-aiohttp python3-aioredis supervisor
\
python3-ipy python3-django-taggit python3-iso8601 python3-robot-detection
\
python3-sqlparse
\
python3-django-extensions python3-pydotplus
\
python3-pylint-django
COPY
requirements.txt /tmp/
...
...
django/config/settings.py
View file @
289556cb
...
...
@@ -115,6 +115,7 @@ THIRD_PARTY_APPS = [
'allauth.socialaccount'
,
'allauth.socialaccount.providers.gitlab'
,
'taggit'
,
'django_extensions'
,
]
LOCAL_APPS
=
[
'main'
,
...
...
django/docs/generate_models_png.sh
0 → 100644
View file @
289556cb
#! /bin/bash
# TODO: the command should be placed in the Makefile or an official doc.
# It should be ran in the django container.
# cf https://django-extensions.readthedocs.io/en/latest/graph_models.html
python3 ./manage.py graph_models
--all-applications
--group-models
--output
allgo_model.png
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