]> git.parisson.com Git - telemeta.git/commit
refactor app
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 11:47:37 +0000 (13:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 11:47:37 +0000 (13:47 +0200)
commit39173b5c7b86564524780b99140fbccf49dcb2c7
treed12484a610e3076c68477546560c58b7975fcf1a
parent866b1aefe6f114dedc091ae507a8dfc6399e6371
refactor app
32 files changed:
.gitignore
app/deploy/app.sh [deleted file]
app/deploy/apt.list [deleted file]
app/deploy/nginx-dev.conf [deleted file]
app/deploy/nginx.conf [deleted file]
app/deploy/wait.sh [deleted file]
app/deploy/worker.sh [deleted file]
app/manage.py
app/robots.txt [new file with mode: 0644]
app/sandbox/__init__.py [deleted file]
app/sandbox/diag.sh [deleted file]
app/sandbox/modelviz.py [deleted file]
app/sandbox/robots.txt [deleted file]
app/sandbox/settings.py [deleted file]
app/sandbox/update_schema.sh [deleted file]
app/sandbox/urls.py [deleted file]
app/scripts/app.sh [new file with mode: 0644]
app/scripts/diag.sh [new file with mode: 0755]
app/scripts/modelviz.py [new file with mode: 0644]
app/scripts/update_schema.sh [new file with mode: 0755]
app/scripts/wait.sh [new file with mode: 0644]
app/scripts/worker.sh [new file with mode: 0644]
app/settings.py [new file with mode: 0644]
app/urls.py [new file with mode: 0644]
app/worker.py
app/wsgi.py
docker-compose.yml
env/build.yml [deleted file]
env/debug.yml
env/dev.yml
etc/apt.list [new file with mode: 0644]
etc/nginx.conf [new file with mode: 0644]