# See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM python:3
+FROM python:3.9-buster
 
 MAINTAINER Guillaume Pellerin <yomguy@parisson.com>
 
 
--- /dev/null
+# Generated by Django 3.2.13 on 2022-10-06 16:30
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('quiz', '__first__'),
+        ('teleforma', '0026_period_nb_script_per_session'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='course',
+            name='quiz',
+            field=models.ManyToManyField(blank=True, null=True, to='quiz.Quiz', verbose_name='quiz'),
+        ),
+    ]