]> git.parisson.com Git - mezzo.git/commit
add all migrations to local app including model translations
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Dec 2015 12:15:09 +0000 (13:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Dec 2015 12:15:09 +0000 (13:15 +0100)
commit8d22265cab1ecbd26af6039c3269dfc07bfd1831
treea0302a13ba0e19a4ece2384aa197fa4033f1a7d6
parent59dba2770db237745981cfef1747eb9551818f74
add all migrations to local app including model translations
24 files changed:
app/deploy/start_app.sh
app/manifeste/migrations/blog/0001_initial.py [new file with mode: 0644]
app/manifeste/migrations/blog/0002_auto_20150527_1555.py [new file with mode: 0644]
app/manifeste/migrations/blog/0003_auto_20151223_1313.py [new file with mode: 0644]
app/manifeste/migrations/blog/__init__.py [new file with mode: 0644]
app/manifeste/migrations/conf/0001_initial.py [new file with mode: 0644]
app/manifeste/migrations/conf/0002_auto_20151223_1313.py [new file with mode: 0644]
app/manifeste/migrations/conf/__init__.py [new file with mode: 0644]
app/manifeste/migrations/forms/0001_initial.py [new file with mode: 0644]
app/manifeste/migrations/forms/0002_auto_20141227_0224.py [new file with mode: 0644]
app/manifeste/migrations/forms/0003_emailfield.py [new file with mode: 0644]
app/manifeste/migrations/forms/0004_auto_20150517_0510.py [new file with mode: 0644]
app/manifeste/migrations/forms/0005_auto_20151223_1313.py [new file with mode: 0644]
app/manifeste/migrations/forms/__init__.py [new file with mode: 0644]
app/manifeste/migrations/galleries/0001_initial.py [new file with mode: 0644]
app/manifeste/migrations/galleries/0002_auto_20141227_0224.py [new file with mode: 0644]
app/manifeste/migrations/galleries/0003_auto_20151223_1313.py [new file with mode: 0644]
app/manifeste/migrations/galleries/__init__.py [new file with mode: 0644]
app/manifeste/migrations/pages/0001_initial.py [new file with mode: 0644]
app/manifeste/migrations/pages/0002_auto_20141227_0224.py [new file with mode: 0644]
app/manifeste/migrations/pages/0003_auto_20150527_1555.py [new file with mode: 0644]
app/manifeste/migrations/pages/0004_auto_20151223_1313.py [new file with mode: 0644]
app/manifeste/migrations/pages/__init__.py [new file with mode: 0644]
app/manifeste/settings.py