From 4fec1159612fad17a7385ba8aadc4a4b165d5aa9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Oct 2019 15:27:00 -0400 Subject: added new posts stuff and changed name of src posts --- app/essays/migrations/0003_essay_afterword_html.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app/essays/migrations/0003_essay_afterword_html.py (limited to 'app/essays/migrations/0003_essay_afterword_html.py') diff --git a/app/essays/migrations/0003_essay_afterword_html.py b/app/essays/migrations/0003_essay_afterword_html.py deleted file mode 100644 index 5f8301b..0000000 --- a/app/essays/migrations/0003_essay_afterword_html.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.1.5 on 2019-02-04 16:11 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('essays', '0002_auto_20190204_1541'), - ] - - operations = [ - migrations.AddField( - model_name='essay', - name='afterword_html', - field=models.TextField(blank=True), - ), - ] -- cgit v1.2.3