summaryrefslogtreecommitdiff
path: root/app/essays/migrations/0003_essay_afterword_html.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-10-07 15:27:00 -0400
committerluxagraf <sng@luxagraf.net>2019-10-07 15:27:00 -0400
commit4fec1159612fad17a7385ba8aadc4a4b165d5aa9 (patch)
treed413ea25e7c09efb29c4e80b8ffb3ca7c229a514 /app/essays/migrations/0003_essay_afterword_html.py
parent9cdfb6ec377fa534c1203c1af46662c2a1ff6f61 (diff)
added new posts stuff and changed name of src posts
Diffstat (limited to 'app/essays/migrations/0003_essay_afterword_html.py')
-rw-r--r--app/essays/migrations/0003_essay_afterword_html.py18
1 files changed, 0 insertions, 18 deletions
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),
- ),
- ]