]> git.parisson.com Git - mezzo.git/commitdiff
add media
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Feb 2016 10:38:18 +0000 (11:38 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 29 Feb 2016 10:38:18 +0000 (11:38 +0100)
app/apps/presta2eve
app/festival/migrations/0002_auto_20160225_1602.py [new file with mode: 0644]

index 78bcac45c47ffd7a6f41efa55eac76755a8153ad..22c079bf2ae4988a7643f893153b0d8014b8bd67 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 78bcac45c47ffd7a6f41efa55eac76755a8153ad
+Subproject commit 22c079bf2ae4988a7643f893153b0d8014b8bd67
diff --git a/app/festival/migrations/0002_auto_20160225_1602.py b/app/festival/migrations/0002_auto_20160225_1602.py
new file mode 100644 (file)
index 0000000..5af49cf
--- /dev/null
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('festival', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='video',
+            options={'verbose_name': 'video'},
+        ),
+        migrations.AlterModelTable(
+            name='video',
+            table='festival_videos',
+        ),
+    ]