]> git.parisson.com Git - mezzo.git/commit
add media model and Photos bundle
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 6 Jul 2016 15:51:12 +0000 (17:51 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 6 Jul 2016 15:51:12 +0000 (17:51 +0200)
commitd753cd348046fb0d7c02947789e91b2f15f04a49
tree5837fc3341b842d40cd0377e97e84ced0efba68f
parentfe98c0f046edfb0dce68864777afbbb44825bb4a
add media model and Photos bundle
app/custom/models.py
app/media/__init__.py [new file with mode: 0644]
app/media/admin.py [new file with mode: 0644]
app/media/apps.py [new file with mode: 0644]
app/media/migrations/__init__.py [new file with mode: 0644]
app/media/models.py [new file with mode: 0644]
app/media/tests.py [new file with mode: 0644]
app/media/views.py [new file with mode: 0644]
app/organization/models.py