]> git.parisson.com Git - mezzo.git/commit
Task #73: adding article content type
authorEmilie <zawadzki@ircam.fr>
Thu, 7 Jul 2016 09:35:46 +0000 (11:35 +0200)
committerEmilie <zawadzki@ircam.fr>
Thu, 7 Jul 2016 09:35:46 +0000 (11:35 +0200)
commitc4926316a3a111c5c8a8a29a656560d2dfdce256
treef9c7d8e577cfc91d7d1cc85199647eb51052ac08
parent0b87c482efca9d70a6c0bdf053ac867607b5bdc9
Task #73: adding article content type
23 files changed:
app/custom/admin.py
app/custom/migrations/0005_auto_20160706_1803.py [new file with mode: 0644]
app/custom/migrations/0006_auto_20160706_1839.py [new file with mode: 0644]
app/custom/migrations/0007_auto_20160706_1841.py [new file with mode: 0644]
app/custom/migrations/0008_auto_20160707_1047.py [new file with mode: 0644]
app/custom/models.py
app/custom/translations.py
app/local_settings.py
app/magazine/admin.py
app/magazine/migrations/0001_initial.py [new file with mode: 0644]
app/magazine/migrations/0002_article_sub_title.py [new file with mode: 0644]
app/magazine/migrations/0003_auto_20160706_1810.py [new file with mode: 0644]
app/magazine/migrations/0004_auto_20160706_1820.py [new file with mode: 0644]
app/magazine/migrations/0005_auto_20160706_1831.py [new file with mode: 0644]
app/magazine/migrations/0006_auto_20160706_1839.py [new file with mode: 0644]
app/magazine/migrations/0007_auto_20160706_1841.py [new file with mode: 0644]
app/magazine/migrations/0008_auto_20160706_1852.py [new file with mode: 0644]
app/magazine/migrations/0009_auto_20160707_1047.py [new file with mode: 0644]
app/magazine/migrations/0010_auto_20160707_1115.py [new file with mode: 0644]
app/magazine/migrations/0011_auto_20160707_1125.py [new file with mode: 0644]
app/magazine/models.py
app/magazine/translations.py [new file with mode: 0644]
app/settings.py