]> git.parisson.com Git - mezzo.git/commit
WARNING: huge refactoring! add DepatmentPage and TeamPage, rename modules, add variou...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 23 Aug 2016 14:12:02 +0000 (16:12 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 23 Aug 2016 14:12:02 +0000 (16:12 +0200)
commitc9f112b1fdd03d26895266713e67db8aa5561473
tree66f809b58c58fe64ae93ebadd0ed023c022c70ff
parent67b4d5ef7bd20a0cb8d40b9c78267e6c2bcbad66
WARNING: huge refactoring! add DepatmentPage and TeamPage, rename modules, add various data
98 files changed:
app/local_settings.py
app/organization/core/migrations/0013_auto_20160823_1359.py [new file with mode: 0644]
app/organization/core/models.py
app/organization/magazine/models.py
app/organization/magazine/views.py
app/organization/network/__init__.py [new file with mode: 0644]
app/organization/network/admin.py [new file with mode: 0644]
app/organization/network/apps.py [new file with mode: 0644]
app/organization/network/migrations/0001_initial.py [new file with mode: 0644]
app/organization/network/migrations/0002_auto_20160823_1425.py [new file with mode: 0644]
app/organization/network/migrations/0003_auto_20160823_1438.py [new file with mode: 0644]
app/organization/network/migrations/__init__.py [new file with mode: 0644]
app/organization/network/models.py [new file with mode: 0644]
app/organization/network/nationalities/__init__.py [new file with mode: 0644]
app/organization/network/nationalities/fields.py [new file with mode: 0644]
app/organization/network/nationalities/nationalities.py [new file with mode: 0644]
app/organization/network/tests.py [new file with mode: 0644]
app/organization/network/translation.py [new file with mode: 0644]
app/organization/network/urls.py [new file with mode: 0644]
app/organization/network/views.py [new file with mode: 0644]
app/organization/project/__init__.py [deleted file]
app/organization/project/admin.py [deleted file]
app/organization/project/apps.py [deleted file]
app/organization/project/migrations/0001_initial.py [deleted file]
app/organization/project/migrations/0002_auto_20160715_1807.py [deleted file]
app/organization/project/migrations/0003_auto_20160808_0118.py [deleted file]
app/organization/project/migrations/0004_auto_20160809_1413.py [deleted file]
app/organization/project/migrations/0005_auto_20160818_1539.py [deleted file]
app/organization/project/migrations/0006_auto_20160818_1656.py [deleted file]
app/organization/project/migrations/0007_auto_20160819_1920.py [deleted file]
app/organization/project/migrations/__init__.py [deleted file]
app/organization/project/models.py [deleted file]
app/organization/project/tests.py [deleted file]
app/organization/project/translation.py [deleted file]
app/organization/project/urls.py [deleted file]
app/organization/project/views.py [deleted file]
app/organization/projects/__init__.py [new file with mode: 0644]
app/organization/projects/admin.py [new file with mode: 0644]
app/organization/projects/apps.py [new file with mode: 0644]
app/organization/projects/migrations/0001_initial.py [new file with mode: 0644]
app/organization/projects/migrations/__init__.py [new file with mode: 0644]
app/organization/projects/models.py [new file with mode: 0644]
app/organization/projects/tests.py [new file with mode: 0644]
app/organization/projects/translation.py [new file with mode: 0644]
app/organization/projects/urls.py [new file with mode: 0644]
app/organization/projects/views.py [new file with mode: 0644]
app/organization/team/__init__.py [deleted file]
app/organization/team/admin.py [deleted file]
app/organization/team/apps.py [deleted file]
app/organization/team/migrations/0001_initial.py [deleted file]
app/organization/team/migrations/0002_auto_20160714_1905.py [deleted file]
app/organization/team/migrations/0003_auto_20160714_1943.py [deleted file]
app/organization/team/migrations/0004_auto_20160715_1807.py [deleted file]
app/organization/team/migrations/0005_remove_person_nationality.py [deleted file]
app/organization/team/migrations/0006_auto_20160720_2136.py [deleted file]
app/organization/team/migrations/0007_auto_20160721_1351.py [deleted file]
app/organization/team/migrations/0008_auto_20160725_0117.py [deleted file]
app/organization/team/migrations/0009_auto_20160725_0143.py [deleted file]
app/organization/team/migrations/0010_auto_20160725_0201.py [deleted file]
app/organization/team/migrations/0011_auto_20160727_1631.py [deleted file]
app/organization/team/migrations/0012_auto_20160808_0118.py [deleted file]
app/organization/team/migrations/0013_auto_20160809_1413.py [deleted file]
app/organization/team/migrations/0014_department_articles_related.py [deleted file]
app/organization/team/migrations/0015_auto_20160810_1829.py [deleted file]
app/organization/team/migrations/0016_auto_20160812_1521.py [deleted file]
app/organization/team/migrations/0017_auto_20160823_0744.py [deleted file]
app/organization/team/migrations/__init__.py [deleted file]
app/organization/team/models.py [deleted file]
app/organization/team/nationalities/__init__.py [deleted file]
app/organization/team/nationalities/fields.py [deleted file]
app/organization/team/nationalities/nationalities.py [deleted file]
app/organization/team/tests.py [deleted file]
app/organization/team/translation.py [deleted file]
app/organization/team/urls.py [deleted file]
app/organization/team/views.py [deleted file]
app/organization/urls.py
app/settings.py
app/templates/network/department_detail.html [new file with mode: 0644]
app/templates/network/department_list.html [new file with mode: 0644]
app/templates/network/person_detail.html [new file with mode: 0644]
app/templates/network/person_list.html [new file with mode: 0644]
app/templates/network/team_detail.html [new file with mode: 0644]
app/templates/network/team_list.html [new file with mode: 0644]
app/templates/pages/department.html [deleted file]
app/templates/pages/departmentpage.html [new file with mode: 0644]
app/templates/pages/team.html [deleted file]
app/templates/pages/teampage.html [new file with mode: 0644]
app/templates/project/project_detail.html [deleted file]
app/templates/project/project_list.html [deleted file]
app/templates/projects/project_detail.html [new file with mode: 0644]
app/templates/projects/project_list.html [new file with mode: 0644]
app/templates/team/department_detail.html [deleted file]
app/templates/team/department_list.html [deleted file]
app/templates/team/person_detail.html [deleted file]
app/templates/team/person_list.html [deleted file]
app/templates/team/team_detail.html [deleted file]
app/templates/team/team_list.html [deleted file]
docker-compose.yml