]> git.parisson.com Git - mezzo.git/commit
Add ProjectBlogPage and related views with login required content
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 4 Jan 2017 17:35:32 +0000 (18:35 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 4 Jan 2017 17:35:32 +0000 (18:35 +0100)
commitd419e344ee34c72cb0acfb36d869d8604be9faa1
tree72438896e9092e5189f36d0fa4c52ffa8f567b72
parentf5dddee1457b4d5eddec9438eb567908a8b0ba8b
Add ProjectBlogPage and related views with login required content
13 files changed:
app/organization/core/models.py
app/organization/projects/admin.py
app/organization/projects/migrations/0037_projectblogpage.py [new file with mode: 0644]
app/organization/projects/migrations/0038_projectblogpage_login_required_content.py [new file with mode: 0644]
app/organization/projects/migrations/0039_auto_20170104_1820.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/templates/pages/page.html
app/templates/projects/inc/project_block.html
app/templates/projects/project_blogpage_detail.html [new file with mode: 0644]
app/templates/projects/project_detail.html