15 lines
342 B
Python
15 lines
342 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 = [
|
|
]
|