From 38122e0102e7a03c47575342e5edb75c15912fef Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 14 Apr 2019 13:57:23 -0500 Subject: added html to preamble --- app/essays/migrations/0007_auto_20190414_1455.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/essays/migrations/0007_auto_20190414_1455.py (limited to 'app/essays/migrations') diff --git a/app/essays/migrations/0007_auto_20190414_1455.py b/app/essays/migrations/0007_auto_20190414_1455.py new file mode 100644 index 0000000..a5242cb --- /dev/null +++ b/app/essays/migrations/0007_auto_20190414_1455.py @@ -0,0 +1,18 @@ +# Generated by Django 2.1.7 on 2019-04-14 14:55 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('essays', '0006_auto_20190303_1625'), + ] + + operations = [ + migrations.AddField( + model_name='essay', + name='preamble_html', + field=models.TextField(blank=True), + ), + ] -- cgit v1.2.3-70-g09d2