]> git.parisson.com Git - mezzo.git/commit
Update ProjectCall, add Residency and ProjectProducer, add related templates
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Mar 2017 15:51:51 +0000 (16:51 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Mar 2017 15:51:51 +0000 (16:51 +0100)
commit5e2a4122421da6bfc29f96838ca1bf4b65ed6507
tree1283ef39e317726d5ed976189b32581a0961e1fa
parentc5ab8d66b776579d4d65d5a23df9ba4bca174e17
Update ProjectCall, add Residency and ProjectProducer, add related templates
21 files changed:
app/organization/core/models.py
app/organization/media/urls.py
app/organization/projects/admin.py
app/organization/projects/forms.py
app/organization/projects/migrations/0048_auto_20170307_1540.py [new file with mode: 0644]
app/organization/projects/models.py
app/organization/projects/translation.py
app/organization/projects/urls.py
app/organization/projects/views.py
app/themes/vertigo_starts_eu/templates/projects/project_call_detail.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_call_list.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_ict_create.html
app/themes/vertigo_starts_eu/templates/projects/project_ict_detail.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_ict_list.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_producer_create.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_producer_detail.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_producer_list.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_residency_create.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_residency_detail.html [new file with mode: 0644]
app/themes/vertigo_starts_eu/templates/projects/project_residency_list.html [new file with mode: 0644]
var