-
Jan Maximilian Michal authored
* using gevnts for async requests handling of gunicorn * serving the static frontend via gunicorn * split requirements into dev and general {
Jan Maximilian Michal authored* using gevnts for async requests handling of gunicorn * serving the static frontend via gunicorn * split requirements into dev and general {
.dockerignore 258 B
# Common
*/.git
Dockerfile
# Django
*/db.sqlite3
*/__pycache__*
*.pyc
*.pyo
*.pyd
*/env*
*/.venv*
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
coverage.xml
*,cover
*.log
static/
public/
# node
*/node_modules
*/npm-debug.log