]> git.parisson.com Git - mezzo.git/commit
make a unique organization module and related sub modules, reinit some migrations...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 6 Jul 2016 16:49:30 +0000 (18:49 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 6 Jul 2016 16:49:30 +0000 (18:49 +0200)
commitf15cc1bfebd63e08bf35a2d52af1611adf4a2c9f
tree8843ba9370c9b5828c9568ea666b391d5df0285d
parentd753cd348046fb0d7c02947789e91b2f15f04a49
make a unique organization module and related sub modules, reinit some migrations...
140 files changed:
app/custom/__init__.py [deleted file]
app/custom/admin.py [deleted file]
app/custom/apps.py [deleted file]
app/custom/migrations/0001_initial.py [deleted file]
app/custom/migrations/0002_auto_20160705_1559.py [deleted file]
app/custom/migrations/0003_auto_20160705_1702.py [deleted file]
app/custom/migrations/0004_auto_20160705_1810.py [deleted file]
app/custom/migrations/__init__.py [deleted file]
app/custom/models.py [deleted file]
app/custom/tests.py [deleted file]
app/custom/translations.py [deleted file]
app/custom/views.py [deleted file]
app/festival/__init__.py [deleted file]
app/festival/admin.py [deleted file]
app/festival/management/__init__.py [deleted file]
app/festival/management/commands/__init__.py [deleted file]
app/festival/management/commands/create-admin-user.py [deleted file]
app/festival/management/commands/festival-sync-eve-events.py [deleted file]
app/festival/management/commands/wait-for-db.py [deleted file]
app/festival/migrations/0001_initial.py [deleted file]
app/festival/migrations/0002_auto_20160225_1602.py [deleted file]
app/festival/migrations/0003_auto_20160229_1430.py [deleted file]
app/festival/migrations/0004_auto_20160229_1630.py [deleted file]
app/festival/migrations/0005_auto_20160229_1636.py [deleted file]
app/festival/migrations/0006_auto_20160303_1442.py [deleted file]
app/festival/migrations/0007_auto_20160309_1441.py [deleted file]
app/festival/migrations/0008_auto_20160322_0018.py [deleted file]
app/festival/migrations/0009_auto_20160322_0021.py [deleted file]
app/festival/migrations/0010_playlist.py [deleted file]
app/festival/migrations/0011_auto_20160323_1159.py [deleted file]
app/festival/migrations/0012_auto_20160405_2351.py [deleted file]
app/festival/migrations/0013_auto_20160407_1432.py [deleted file]
app/festival/migrations/0014_auto_20160407_1433.py [deleted file]
app/festival/migrations/0015_auto_20160407_2249.py [deleted file]
app/festival/migrations/0016_auto_20160407_2255.py [deleted file]
app/festival/migrations/0017_auto_20160407_2256.py [deleted file]
app/festival/migrations/0018_auto_20160407_2301.py [deleted file]
app/festival/migrations/0019_auto_20160410_2148.py [deleted file]
app/festival/migrations/0020_auto_20160421_1059.py [deleted file]
app/festival/migrations/0021_delete_pagecategory.py [deleted file]
app/festival/migrations/0022_auto_20160517_1457.py [deleted file]
app/festival/migrations/__init__.py [deleted file]
app/festival/models.py [deleted file]
app/festival/related.py [deleted file]
app/festival/routers.py [deleted file]
app/festival/templatetags/festival_tags.py [deleted file]
app/festival/tests.py [deleted file]
app/festival/urls.py [deleted file]
app/festival/views.py [deleted file]
app/magazine/__init__.py [deleted file]
app/magazine/admin.py [deleted file]
app/magazine/apps.py [deleted file]
app/magazine/migrations/__init__.py [deleted file]
app/magazine/models.py [deleted file]
app/magazine/tests.py [deleted file]
app/magazine/views.py [deleted file]
app/media/__init__.py [deleted file]
app/media/admin.py [deleted file]
app/media/apps.py [deleted file]
app/media/migrations/__init__.py [deleted file]
app/media/models.py [deleted file]
app/media/tests.py [deleted file]
app/media/views.py [deleted file]
app/organization/__init__.py
app/organization/admin.py [deleted file]
app/organization/apps.py [deleted file]
app/organization/core/__init__.py [new file with mode: 0644]
app/organization/core/admin.py [new file with mode: 0644]
app/organization/core/apps.py [new file with mode: 0644]
app/organization/core/migrations/0001_initial.py [new file with mode: 0644]
app/organization/core/migrations/__init__.py [new file with mode: 0644]
app/organization/core/models.py [new file with mode: 0644]
app/organization/core/tests.py [new file with mode: 0644]
app/organization/core/translation.py [new file with mode: 0644]
app/organization/core/views.py [new file with mode: 0644]
app/organization/festival/__init__.py [new file with mode: 0644]
app/organization/festival/admin.py [new file with mode: 0644]
app/organization/festival/apps.py [new file with mode: 0644]
app/organization/festival/management/__init__.py [new file with mode: 0644]
app/organization/festival/management/commands/__init__.py [new file with mode: 0644]
app/organization/festival/management/commands/create-admin-user.py [new file with mode: 0644]
app/organization/festival/management/commands/festival-sync-eve-events.py [new file with mode: 0644]
app/organization/festival/management/commands/wait-for-db.py [new file with mode: 0644]
app/organization/festival/migrations/__init__.py [new file with mode: 0644]
app/organization/festival/models.py [new file with mode: 0644]
app/organization/festival/related.py [new file with mode: 0644]
app/organization/festival/routers.py [new file with mode: 0644]
app/organization/festival/templatetags/festival_tags.py [new file with mode: 0644]
app/organization/festival/tests.py [new file with mode: 0644]
app/organization/festival/translation.py [new file with mode: 0644]
app/organization/festival/urls.py [new file with mode: 0644]
app/organization/festival/views.py [new file with mode: 0644]
app/organization/magazine/__init__.py [new file with mode: 0644]
app/organization/magazine/admin.py [new file with mode: 0644]
app/organization/magazine/apps.py [new file with mode: 0644]
app/organization/magazine/migrations/0001_initial.py [new file with mode: 0644]
app/organization/magazine/migrations/__init__.py [new file with mode: 0644]
app/organization/magazine/models.py [new file with mode: 0644]
app/organization/magazine/tests.py [new file with mode: 0644]
app/organization/magazine/views.py [new file with mode: 0644]
app/organization/media/__init__.py [new file with mode: 0644]
app/organization/media/admin.py [new file with mode: 0644]
app/organization/media/apps.py [new file with mode: 0644]
app/organization/media/migrations/__init__.py [new file with mode: 0644]
app/organization/media/models.py [new file with mode: 0644]
app/organization/media/tests.py [new file with mode: 0644]
app/organization/media/views.py [new file with mode: 0644]
app/organization/migrations/0001_initial.py [deleted file]
app/organization/migrations/__init__.py [deleted file]
app/organization/models.py [deleted file]
app/organization/project/__init__.py [new file with mode: 0644]
app/organization/project/admin.py [new file with mode: 0644]
app/organization/project/apps.py [new file with mode: 0644]
app/organization/project/migrations/0001_initial.py [new file with mode: 0644]
app/organization/project/migrations/0002_auto_20160706_1848.py [new file with mode: 0644]
app/organization/project/migrations/__init__.py [new file with mode: 0644]
app/organization/project/models.py [new file with mode: 0644]
app/organization/project/tests.py [new file with mode: 0644]
app/organization/project/views.py [new file with mode: 0644]
app/organization/structure/__init__.py [new file with mode: 0644]
app/organization/structure/admin.py [new file with mode: 0644]
app/organization/structure/apps.py [new file with mode: 0644]
app/organization/structure/migrations/0001_initial.py [new file with mode: 0644]
app/organization/structure/migrations/__init__.py [new file with mode: 0644]
app/organization/structure/models.py [new file with mode: 0644]
app/organization/structure/tests.py [new file with mode: 0644]
app/organization/structure/views.py [new file with mode: 0644]
app/organization/tests.py [deleted file]
app/organization/views.py [deleted file]
app/project/__init__.py [deleted file]
app/project/admin.py [deleted file]
app/project/apps.py [deleted file]
app/project/migrations/__init__.py [deleted file]
app/project/models.py [deleted file]
app/project/tests.py [deleted file]
app/project/views.py [deleted file]
app/settings.py
app/structure/models.py [new file with mode: 0644]
app/translations.py [deleted file]
app/urls.py