18 lines
313 B
Python
18 lines
313 B
Python
|
# Generated by Django 3.2.7 on 2021-10-10 14:25
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('text', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='Essay',
|
||
|
new_name='Text',
|
||
|
),
|
||
|
]
|