Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
289556cb
Commit
289556cb
authored
Mar 25, 2019
by
sebastien letort
Browse files
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
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
Supports
Markdown
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