]> git.parisson.com Git - mezzo.git/commit
add urls to each module
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 16:28:39 +0000 (18:28 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 16:28:39 +0000 (18:28 +0200)
commit9aae45af4bc7946650391e9a15b25ec00052c6a5
tree81466f402e0785e0330f68ffc7054681b67c85c8
parent236587e2d1f92948735392f5c01029805d40bbc1
add urls to each module
32 files changed:
app/local_settings.py
app/organization/core/urls.py [new file with mode: 0644]
app/organization/core/views.py
app/organization/featured/urls.py [new file with mode: 0644]
app/organization/festival/urls.py
app/organization/magazine/urls.py [new file with mode: 0644]
app/organization/media/urls.py
app/organization/project/migrations/0002_auto_20160707_1053.py
app/organization/project/models.py
app/organization/project/urls.py [new file with mode: 0644]
app/organization/structure/__init__.py [deleted file]
app/organization/structure/admin.py [deleted file]
app/organization/structure/apps.py [deleted file]
app/organization/structure/migrations/0001_initial.py [deleted file]
app/organization/structure/migrations/0002_auto_20160707_1614.py [deleted file]
app/organization/structure/migrations/__init__.py [deleted file]
app/organization/structure/models.py [deleted file]
app/organization/structure/tests.py [deleted file]
app/organization/structure/views.py [deleted file]
app/organization/team/__init__.py [new file with mode: 0644]
app/organization/team/admin.py [new file with mode: 0644]
app/organization/team/apps.py [new file with mode: 0644]
app/organization/team/migrations/0001_initial.py [new file with mode: 0644]
app/organization/team/migrations/0002_auto_20160707_1614.py [new file with mode: 0644]
app/organization/team/migrations/__init__.py [new file with mode: 0644]
app/organization/team/models.py [new file with mode: 0644]
app/organization/team/tests.py [new file with mode: 0644]
app/organization/team/urls.py [new file with mode: 0644]
app/organization/team/views.py [new file with mode: 0644]
app/organization/urls.py [new file with mode: 0644]
app/settings.py
app/urls.py