]> git.parisson.com Git - mezzo.git/commit
use Displayable for most of models, add agenda migrations, use runserver for now..
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Feb 2016 12:40:01 +0000 (13:40 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Feb 2016 12:40:01 +0000 (13:40 +0100)
commit3eea940712ac99cfa9e2f8c1a35ecbc5f73df211
treed2fafb5a3bcab8eacb907283ef690e5b71f0dab3
parent00d84e4e252396b404ac9d4eb707589837100edd
use Displayable for most of models, add agenda migrations, use runserver for now..
17 files changed:
app/deploy/start_app.sh
app/festival/admin.py
app/festival/migrations/0001_initial.py
app/festival/migrations/0002_auto_20160224_1243.py [new file with mode: 0644]
app/festival/migrations/0003_auto_20160224_1835.py [new file with mode: 0644]
app/festival/migrations/0004_auto_20160225_0352.py [new file with mode: 0644]
app/festival/migrations/0005_auto_20160225_0500.py [new file with mode: 0644]
app/festival/migrations/0006_auto_20160225_0503.py [new file with mode: 0644]
app/festival/migrations/0007_auto_20160225_1214.py [new file with mode: 0644]
app/festival/migrations/0008_auto_20160225_1218.py [new file with mode: 0644]
app/festival/models.py
app/migrations/mezzanine_agenda/0001_initial.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0002_auto_20160224_1142.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/__init__.py [new file with mode: 0644]
app/sandbox/local_settings.py
app/translations.py
docker-compose.yml