]> git.parisson.com Git - mezzo.git/commit
add featured app, reorganize models and views
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 14:18:24 +0000 (16:18 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 14:18:24 +0000 (16:18 +0200)
commitff1889045a2132e5fadd8df92cb021476dd5bdcd
tree2220d490f6d5281038580607211e11a2a9098f79
parenta8ff7703ad739cdb931e288c66358496142e28cc
add featured app, reorganize models and views
57 files changed:
app/organization/core/management/__init__.py [new file with mode: 0644]
app/organization/core/management/commands/__init__.py [new file with mode: 0644]
app/organization/core/management/commands/create-admin-user.py [new file with mode: 0644]
app/organization/core/management/commands/festival-sync-eve-events.py [new file with mode: 0644]
app/organization/core/management/commands/wait-for-db.py [new file with mode: 0644]
app/organization/core/migrations/0002_auto_20160707_1614.py [new file with mode: 0644]
app/organization/core/models.py
app/organization/core/templatetags/organization_tags.py [new file with mode: 0644]
app/organization/core/views.py
app/organization/featured/__init__.py [new file with mode: 0644]
app/organization/featured/admin.py [new file with mode: 0644]
app/organization/featured/apps.py [new file with mode: 0644]
app/organization/featured/migrations/0001_initial.py [new file with mode: 0644]
app/organization/featured/migrations/0002_auto_20160707_1614.py [new file with mode: 0644]
app/organization/featured/migrations/__init__.py [new file with mode: 0644]
app/organization/featured/models.py [new file with mode: 0644]
app/organization/featured/templatetags/featured_tags.py [new file with mode: 0644]
app/organization/featured/tests.py [new file with mode: 0644]
app/organization/featured/views.py [new file with mode: 0644]
app/organization/festival/admin.py
app/organization/festival/management/__init__.py [deleted file]
app/organization/festival/management/commands/__init__.py [deleted file]
app/organization/festival/management/commands/create-admin-user.py [deleted file]
app/organization/festival/management/commands/festival-sync-eve-events.py [deleted file]
app/organization/festival/management/commands/wait-for-db.py [deleted file]
app/organization/festival/migrations/0001_initial.py
app/organization/festival/models.py
app/organization/festival/templatetags/festival_tags.py
app/organization/festival/translation.py
app/organization/festival/urls.py
app/organization/festival/views.py
app/organization/magazine/admin.py
app/organization/magazine/models.py
app/organization/media/admin.py
app/organization/media/migrations/0001_initial.py [new file with mode: 0644]
app/organization/media/models.py
app/organization/media/translation.py [new file with mode: 0644]
app/organization/media/urls.py [new file with mode: 0644]
app/organization/media/views.py
app/organization/structure/migrations/0002_auto_20160707_1614.py [new file with mode: 0644]
app/organization/structure/models.py
app/settings.py
app/templates/agenda/event_booking.html
app/templates/agenda/event_detail.html
app/templates/agenda/event_iframe.html
app/templates/agenda/includes/event_metainfo.html
app/templates/agenda/includes/event_metainfo_slider.html
app/templates/base.html
app/templates/blog/blog_post_detail.html
app/templates/includes/slider.html
app/templates/index.html
app/templates/pages/basicpage.html
app/templates/pages/page.html
app/templates/styles.html
app/templates/templates/festival/artist_detail.html
app/templates/templates/festival/video_list.html
doc/__init__.py [new file with mode: 0644]