]> git.parisson.com Git - mezzo.git/commit
add migrations, cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 14 Jul 2016 16:08:29 +0000 (18:08 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 14 Jul 2016 16:08:29 +0000 (18:08 +0200)
commit8e6dd249ade0213bbff0ade572836c4072f46b80
tree3a73ac724d9f56ab91bb9bae1384cf29ba5fd1bf
parentc63b87ea1d40744b91f3cdcc9be84c03902f95a8
add migrations, cleanup
31 files changed:
app/migrations/__init__.py [new file with mode: 0644]
app/migrations/blog/0002_auto_20150527_1555.py [new file with mode: 0644]
app/migrations/blog/0003_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/conf/0002_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/forms/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/forms/0003_emailfield.py [new file with mode: 0644]
app/migrations/forms/0004_auto_20150517_0510.py [new file with mode: 0644]
app/migrations/forms/0005_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/forms/0006_auto_20160407_2249.py [new file with mode: 0644]
app/migrations/galleries/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/galleries/0003_auto_20151223_1313.py [new file with mode: 0644]
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/0003_auto_20160309_1621.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0004_auto_20160331_1832.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0005_auto_20160404_0043.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0006_remove_event_featured.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0007_auto_20160410_2148.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0008_auto_20160410_2149.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0009_auto_20160410_2154.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0010_eventlocation_external_id.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0011_auto_20160410_2330.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0012_auto_20160410_2336.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0013_auto_20160510_1542.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/0014_event_brochure.py [new file with mode: 0644]
app/migrations/mezzanine_agenda/__init__.py [new file with mode: 0644]
app/migrations/pages/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/pages/0003_auto_20150527_1555.py [new file with mode: 0644]
app/migrations/pages/0004_auto_20151223_1313.py [new file with mode: 0644]
app/organization/team/migrations/0002_auto_20160714_1756.py [new file with mode: 0644]
app/templates/pages/menus/dropdown.html [new file with mode: 0644]