]> git.parisson.com Git - mezzo.git/commit
add institute module
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 21 Jun 2016 08:25:09 +0000 (10:25 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 21 Jun 2016 08:25:09 +0000 (10:25 +0200)
commitb61d65c7b6261d48b5a215797aa397176586d759
tree6d9ac86f74a3b743bde2fe1bff9d17fb50ca16fa
parentb5bae76476651c7d762de5caf39114b15bfd43b4
add institute module
app/institute/__init__.py [new file with mode: 0644]
app/institute/admin.py [new file with mode: 0644]
app/institute/apps.py [new file with mode: 0644]
app/institute/migrations/__init__.py [new file with mode: 0644]
app/institute/models.py [new file with mode: 0644]
app/institute/tests.py [new file with mode: 0644]
app/institute/views.py [new file with mode: 0644]
app/settings.py