ascroll for item/edits
This commit is contained in:
parent
bbae18bcf3
commit
21db49fe48
19 changed files with 348 additions and 75 deletions
17
app/text/migrations/0002_rename_essay_text.py
Normal file
17
app/text/migrations/0002_rename_essay_text.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue