]> git.parisson.com Git - mezzo.git/commit
mv manifeste to sandbox, add real (blank) manifeste app, add eve psql restore and...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 26 Jan 2016 17:00:34 +0000 (18:00 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 26 Jan 2016 17:00:34 +0000 (18:00 +0100)
commitee8790081735218f6bde2bee9bbad8548c461ac7
treed722ff8f6cf80b5cfd021dd71148190dfbfe3fee
parentb8e39074df30805351939f0c8a37b7cc39d54b64
mv manifeste to sandbox, add real (blank) manifeste app, add eve psql restore and backup scripts
62 files changed:
app/deploy/start_app.sh
app/manage.py
app/manifeste/admin.py [new file with mode: 0644]
app/manifeste/local_settings.py [deleted file]
app/manifeste/migrations/blog/0001_initial.py [deleted file]
app/manifeste/migrations/blog/0002_auto_20150527_1555.py [deleted file]
app/manifeste/migrations/blog/0003_auto_20151223_1313.py [deleted file]
app/manifeste/migrations/blog/__init__.py [deleted file]
app/manifeste/migrations/conf/0001_initial.py [deleted file]
app/manifeste/migrations/conf/0002_auto_20151223_1313.py [deleted file]
app/manifeste/migrations/conf/__init__.py [deleted file]
app/manifeste/migrations/forms/0001_initial.py [deleted file]
app/manifeste/migrations/forms/0002_auto_20141227_0224.py [deleted file]
app/manifeste/migrations/forms/0003_emailfield.py [deleted file]
app/manifeste/migrations/forms/0004_auto_20150517_0510.py [deleted file]
app/manifeste/migrations/forms/0005_auto_20151223_1313.py [deleted file]
app/manifeste/migrations/forms/__init__.py [deleted file]
app/manifeste/migrations/galleries/0001_initial.py [deleted file]
app/manifeste/migrations/galleries/0002_auto_20141227_0224.py [deleted file]
app/manifeste/migrations/galleries/0003_auto_20151223_1313.py [deleted file]
app/manifeste/migrations/galleries/__init__.py [deleted file]
app/manifeste/migrations/pages/0001_initial.py [deleted file]
app/manifeste/migrations/pages/0002_auto_20141227_0224.py [deleted file]
app/manifeste/migrations/pages/0003_auto_20150527_1555.py [deleted file]
app/manifeste/migrations/pages/0004_auto_20151223_1313.py [deleted file]
app/manifeste/migrations/pages/__init__.py [deleted file]
app/manifeste/models.py [new file with mode: 0644]
app/manifeste/settings.py [deleted file]
app/manifeste/tests.py [new file with mode: 0644]
app/manifeste/urls.py [deleted file]
app/manifeste/views.py [new file with mode: 0644]
app/sandbox/__init__.py [new file with mode: 0644]
app/sandbox/local_settings.py [new file with mode: 0644]
app/sandbox/migrations/__init__.py [new file with mode: 0644]
app/sandbox/migrations/blog/0001_initial.py [new file with mode: 0644]
app/sandbox/migrations/blog/0002_auto_20150527_1555.py [new file with mode: 0644]
app/sandbox/migrations/blog/0003_auto_20151223_1313.py [new file with mode: 0644]
app/sandbox/migrations/blog/__init__.py [new file with mode: 0644]
app/sandbox/migrations/conf/0001_initial.py [new file with mode: 0644]
app/sandbox/migrations/conf/0002_auto_20151223_1313.py [new file with mode: 0644]
app/sandbox/migrations/conf/__init__.py [new file with mode: 0644]
app/sandbox/migrations/forms/0001_initial.py [new file with mode: 0644]
app/sandbox/migrations/forms/0002_auto_20141227_0224.py [new file with mode: 0644]
app/sandbox/migrations/forms/0003_emailfield.py [new file with mode: 0644]
app/sandbox/migrations/forms/0004_auto_20150517_0510.py [new file with mode: 0644]
app/sandbox/migrations/forms/0005_auto_20151223_1313.py [new file with mode: 0644]
app/sandbox/migrations/forms/__init__.py [new file with mode: 0644]
app/sandbox/migrations/galleries/0001_initial.py [new file with mode: 0644]
app/sandbox/migrations/galleries/0002_auto_20141227_0224.py [new file with mode: 0644]
app/sandbox/migrations/galleries/0003_auto_20151223_1313.py [new file with mode: 0644]
app/sandbox/migrations/galleries/__init__.py [new file with mode: 0644]
app/sandbox/migrations/pages/0001_initial.py [new file with mode: 0644]
app/sandbox/migrations/pages/0002_auto_20141227_0224.py [new file with mode: 0644]
app/sandbox/migrations/pages/0003_auto_20150527_1555.py [new file with mode: 0644]
app/sandbox/migrations/pages/0004_auto_20151223_1313.py [new file with mode: 0644]
app/sandbox/migrations/pages/__init__.py [new file with mode: 0644]
app/sandbox/settings.py [new file with mode: 0644]
app/sandbox/urls.py [new file with mode: 0644]
app/wait.py
app/wsgi.py
docker-compose.yml
requirements.txt