]> git.parisson.com Git - mezzo.git/commit
first build and import
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 18:46:35 +0000 (19:46 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 22 Dec 2015 18:46:35 +0000 (19:46 +0100)
commitaf457191c59eee8ddeee9c917d5072359166a471
tree4983c161150985ab869f56ab47dff6f4accf8895
first build and import
23 files changed:
.gitignore [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
app/__init__.py [new file with mode: 0644]
app/deploy/crontab.template [new file with mode: 0644]
app/deploy/gunicorn.conf.py.template [new file with mode: 0644]
app/deploy/local_settings.py.template [new file with mode: 0644]
app/deploy/nginx-app.conf [new file with mode: 0644]
app/deploy/nginx.conf.template [new file with mode: 0644]
app/deploy/start_app-dev.sh [new file with mode: 0644]
app/deploy/start_app.sh [new file with mode: 0644]
app/deploy/supervisor.conf.template [new file with mode: 0644]
app/deploy/wait.sh [new file with mode: 0644]
app/manage.py [new file with mode: 0755]
app/manifeste/__init__.py [new file with mode: 0644]
app/manifeste/local_settings.py [new file with mode: 0644]
app/manifeste/migrations/__init__.py [new file with mode: 0644]
app/manifeste/settings.py [new file with mode: 0644]
app/manifeste/urls.py [new file with mode: 0644]
app/wsgi.py [new file with mode: 0644]
doc/cahier_des_charges_2016.pdf [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]