-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push forward and fix new puput req markdown body (#153)
* push forward and fix new puput req markdown body --------- Co-authored-by: Sarah Boyce <[email protected]>
- Loading branch information
1 parent
752c8dd
commit 84bf683
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Generated by Django 4.1.13 on 2023-12-11 07:40 | ||
|
||
from django.db import migrations | ||
import wagtailmarkdown.fields | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("puput", "0001_initial"), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name="entrypage", | ||
name="markdown_body", | ||
field=wagtailmarkdown.fields.MarkdownField( | ||
blank=True, null=True, verbose_name="body (Markdown)" | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters