Skip to content

Commit

Permalink
remove and re-add puput (#148)
Browse files Browse the repository at this point in the history
* re-add puput

---------

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
  • Loading branch information
dawnwages and sarahboyce authored Dec 11, 2023
1 parent 70b190e commit 82857e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 188 deletions.
9 changes: 4 additions & 5 deletions home/puput_migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.5 on 2023-11-27 22:22
# Generated by Django 4.1.5 on 2023-12-11 05:50

import colorful.fields
import datetime
Expand All @@ -18,9 +18,9 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("wagtailimages", "0024_index_image_file_hash"),
("taggit", "0005_auto_20220424_2025"),
("wagtailcore", "0078_referenceindex"),
("wagtailimages", "0024_index_image_file_hash"),
]

operations = [
Expand Down Expand Up @@ -104,7 +104,6 @@ class Migration(migrations.Migration):
to="wagtailcore.page",
),
),
("body", wagtail.fields.RichTextField(verbose_name="body")),
(
"date",
models.DateTimeField(
Expand All @@ -121,7 +120,7 @@ class Migration(migrations.Migration):
),
("num_comments", models.IntegerField(default=0, editable=False)),
(
"stream_body",
"body",
wagtail.fields.StreamField(
[
(
Expand Down Expand Up @@ -307,7 +306,7 @@ class Migration(migrations.Migration):
),
),
],
blank=True,
null=True,
use_json_field=True,
verbose_name="StreamField Body",
),
Expand Down

This file was deleted.

0 comments on commit 82857e6

Please sign in to comment.