]> git.parisson.com Git - mezzo.git/commit
refactor app
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 19 Apr 2016 10:20:50 +0000 (12:20 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 19 Apr 2016 10:20:50 +0000 (12:20 +0200)
commitcf7eac51876ab3307fe093a91ade86d22c32be05
treef0a79e1c6780626eecac9be62493eaff0e2a2dea
parent6d808e6122c522769ad905b05a66ab68fae49b9a
refactor app
27 files changed:
app/deploy/crontab.template [deleted file]
app/deploy/gunicorn.conf.py.template [deleted file]
app/deploy/local_settings.py.template [deleted file]
app/deploy/my.cnf [deleted file]
app/deploy/nginx-app.conf [deleted file]
app/deploy/nginx.conf.template [deleted file]
app/deploy/start_app.sh [deleted file]
app/deploy/wait.sh [deleted file]
app/local_settings.py [new file with mode: 0644]
app/manage.py
app/middleware.py [new file with mode: 0644]
app/routers.py [new file with mode: 0644]
app/sandbox/__init__.py [deleted file]
app/sandbox/local_settings.py [deleted file]
app/sandbox/middleware.py [deleted file]
app/sandbox/routers.py [deleted file]
app/sandbox/settings.py [deleted file]
app/sandbox/urls.py [deleted file]
app/scripts/app.sh [new file with mode: 0644]
app/scripts/wait.sh [new file with mode: 0644]
app/settings.py [new file with mode: 0644]
app/urls.py [new file with mode: 0644]
app/wait.py
app/wsgi.py
docker-compose.yml
env/dev.yml
etc/nginx.conf [new file with mode: 0644]