]> git.parisson.com Git - mezzo.git/commit
Add agenda module inheriting from mezzanine_agenda.models.Event, add related blocks...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 14:31:52 +0000 (16:31 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 14:31:52 +0000 (16:31 +0200)
commitf6e9e71e3b6880bc9f9cf92e5caa111ff0c8372b
tree666c44452807b178edcd545010667b9bd47abc70
parentf8061343b24b2ebc32d7818ed007c4a81d4a216f
Add agenda module inheriting from mezzanine_agenda.models.Event, add related blocks and images
13 files changed:
app/local_settings.py
app/organization/agenda/__init__.py [new file with mode: 0644]
app/organization/agenda/admin.py [new file with mode: 0644]
app/organization/agenda/apps.py [new file with mode: 0644]
app/organization/agenda/migrations/0001_initial.py [new file with mode: 0644]
app/organization/agenda/migrations/__init__.py [new file with mode: 0644]
app/organization/agenda/models.py [new file with mode: 0644]
app/organization/agenda/translation.py [new file with mode: 0644]
app/organization/agenda/urls.py [new file with mode: 0644]
app/organization/agenda/views.py [new file with mode: 0644]
app/settings.py
app/urls.py
lib/mezzanine-agenda