-
- Downloads
There was a problem fetching the pipeline summary.
Restructured parts of the build process
* using gevnts for async requests handling of gunicorn * serving the static frontend via gunicorn * split requirements into dev and general {
parent
cfc948de
No related branches found
No related tags found
Pipeline #
Showing
- .dockerignore 3 additions, 1 deletion.dockerignore
- .gitlab-ci.yml 2 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 8 additions, 14 deletionsDockerfile
- Makefile 3 additions, 2 deletionsMakefile
- core/templates/index.html 1 addition, 1 deletioncore/templates/index.html
- core/urls.py 1 addition, 1 deletioncore/urls.py
- docker-compose.yml 6 additions, 3 deletionsdocker-compose.yml
- grady/settings/default.py 3 additions, 1 deletiongrady/settings/default.py
- requirements.dev.txt 3 additions, 0 deletionsrequirements.dev.txt
- requirements.txt 2 additions, 4 deletionsrequirements.txt
requirements.dev.txt
0 → 100644
... | @@ -4,9 +4,7 @@ djangorestframework~=3.6.3 | ... | @@ -4,9 +4,7 @@ djangorestframework~=3.6.3 |
djangorestframework-jwt~=1.11.0 | djangorestframework-jwt~=1.11.0 | ||
django-cors-headers~=2.1.0 | django-cors-headers~=2.1.0 | ||
gunicorn~=19.7.0 | gunicorn~=19.7.0 | ||
gevent~=1.2.2 | |||
whitenoise~=3.3.1 | |||
psycopg2~=2.7.1 | psycopg2~=2.7.1 | ||
xlrd~=1.0.0 | xlrd~=1.0.0 | ||
pytest-cov~=2.5.1 | |||
pytest-django~=3.1.2 | |||
prospector~=0.12.7 | |||
whitenoise~=3.3.1 |
Please register or sign in to comment