]> git.parisson.com Git - mezzo.git/commit
mv templates, add project app, add top header placeholer
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 21 Jun 2016 21:32:56 +0000 (23:32 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 21 Jun 2016 21:32:56 +0000 (23:32 +0200)
commit60e2fdd2c7170db5e2e52f92404a1a04348c1d39
treeb185ecce137188378460069dee2f69886d7240da
parentb61d65c7b6261d48b5a215797aa397176586d759
mv templates, add project app, add top header placeholer
22 files changed:
app/festival/templates/festival/artist_detail.html [deleted file]
app/festival/templates/festival/artist_list.html [deleted file]
app/festival/templates/festival/inc/artist_card.html [deleted file]
app/festival/templates/festival/inc/audio_playlist.html [deleted file]
app/festival/templates/festival/inc/video_card.html [deleted file]
app/festival/templates/festival/video_detail.html [deleted file]
app/festival/templates/festival/video_list.html [deleted file]
app/project/__init__.py [new file with mode: 0644]
app/project/admin.py [new file with mode: 0644]
app/project/apps.py [new file with mode: 0644]
app/project/migrations/__init__.py [new file with mode: 0644]
app/project/models.py [new file with mode: 0644]
app/project/tests.py [new file with mode: 0644]
app/project/views.py [new file with mode: 0644]
app/settings.py
app/templates/templates/festival/artist_detail.html [new file with mode: 0644]
app/templates/templates/festival/artist_list.html [new file with mode: 0644]
app/templates/templates/festival/inc/artist_card.html [new file with mode: 0644]
app/templates/templates/festival/inc/audio_playlist.html [new file with mode: 0644]
app/templates/templates/festival/inc/video_card.html [new file with mode: 0644]
app/templates/templates/festival/video_detail.html [new file with mode: 0644]
app/templates/templates/festival/video_list.html [new file with mode: 0644]