]> git.parisson.com Git - mezzo.git/commit
add first organization models
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Jun 2016 16:25:24 +0000 (18:25 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Jun 2016 16:25:24 +0000 (18:25 +0200)
commit090d67dcdc8b499a45c7c10f4aa346b9f2e18a7f
tree488ff80d1a2bf78eb2d4f945d16767d640f4e030
parent312609b0362a292041b38a2c2a528ef2d5e55b68
add first organization models
14 files changed:
app/institute/__init__.py [deleted file]
app/institute/admin.py [deleted file]
app/institute/apps.py [deleted file]
app/institute/migrations/__init__.py [deleted file]
app/institute/models.py [deleted file]
app/institute/tests.py [deleted file]
app/institute/views.py [deleted file]
app/organization/__init__.py [new file with mode: 0644]
app/organization/admin.py [new file with mode: 0644]
app/organization/apps.py [new file with mode: 0644]
app/organization/migrations/__init__.py [new file with mode: 0644]
app/organization/models.py [new file with mode: 0644]
app/organization/tests.py [new file with mode: 0644]
app/organization/views.py [new file with mode: 0644]