]>
author | Guillaume Pellerin <guillaume.pellerin@ircam.fr> | |
Tue, 22 Dec 2015 18:46:35 +0000 (19:46 +0100) | ||
committer | Guillaume Pellerin <guillaume.pellerin@ircam.fr> | |
Tue, 22 Dec 2015 18:46:35 +0000 (19:46 +0100) | ||
commit | af457191c59eee8ddeee9c917d5072359166a471 | |
tree | 4983c161150985ab869f56ab47dff6f4accf8895 | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
Dockerfile | [new file with mode: 0644] | blob |
app/__init__.py | [new file with mode: 0644] | blob |
app/deploy/crontab.template | [new file with mode: 0644] | blob |
app/deploy/gunicorn.conf.py.template | [new file with mode: 0644] | blob |
app/deploy/local_settings.py.template | [new file with mode: 0644] | blob |
app/deploy/nginx-app.conf | [new file with mode: 0644] | blob |
app/deploy/nginx.conf.template | [new file with mode: 0644] | blob |
app/deploy/start_app-dev.sh | [new file with mode: 0644] | blob |
app/deploy/start_app.sh | [new file with mode: 0644] | blob |
app/deploy/supervisor.conf.template | [new file with mode: 0644] | blob |
app/deploy/wait.sh | [new file with mode: 0644] | blob |
app/manage.py | [new file with mode: 0755] | blob |
app/manifeste/__init__.py | [new file with mode: 0644] | blob |
app/manifeste/local_settings.py | [new file with mode: 0644] | blob |
app/manifeste/migrations/__init__.py | [new file with mode: 0644] | blob |
app/manifeste/settings.py | [new file with mode: 0644] | blob |
app/manifeste/urls.py | [new file with mode: 0644] | blob |
app/wsgi.py | [new file with mode: 0644] | blob |
doc/cahier_des_charges_2016.pdf | [new file with mode: 0644] | blob |
docker-compose.yml | [new file with mode: 0644] | blob |
requirements-dev.txt | [new file with mode: 0644] | blob |
requirements.txt | [new file with mode: 0644] | blob |