14 lines
337 B
Python
14 lines
337 B
Python
# Generated by Django 3.2.13 on 2023-07-11 09:08
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("learnpath", "0008_alter_learningcontentassignment_content_assignment"),
|
|
("learnpath", "0009_alter_learningcontentassignment_content_assignment"),
|
|
]
|
|
|
|
operations = []
|