]> git.parisson.com Git - mezzo.git/commit
Task #59: adding custom page with a field sub_title
authorEmilie <zawadzki@ircam.fr>
Tue, 5 Jul 2016 14:33:05 +0000 (16:33 +0200)
committerEmilie <zawadzki@ircam.fr>
Tue, 5 Jul 2016 14:33:05 +0000 (16:33 +0200)
commit453360cb01f2437fee4b7afc888ca41c9a8f901a
tree5f9c49dc52447db8f11dc5e8b0a60b8c7f973a1b
parent07d1ff1e0a7d700b2b21b044ce0378c54df6c653
Task #59: adding custom page with a field sub_title
app/custom/__init__.py [new file with mode: 0644]
app/custom/admin.py [new file with mode: 0644]
app/custom/apps.py [new file with mode: 0644]
app/custom/migrations/0001_initial.py [new file with mode: 0644]
app/custom/migrations/0002_auto_20160705_1559.py [new file with mode: 0644]
app/custom/migrations/__init__.py [new file with mode: 0644]
app/custom/models.py [new file with mode: 0644]
app/custom/tests.py [new file with mode: 0644]
app/custom/translations.py [new file with mode: 0644]
app/custom/views.py [new file with mode: 0644]
app/settings.py