parent_page = Page.objects.get(id=site_root_id).specific
page = HomePage(
search_description='',
seo_title='foo',
show_in_menus=False,
slug='foobar',
title='Foo Bar'
)
page.body.stream_data = [
('heading', 'This is a heading'),
('paragraph', RichText("<p>I'm a heading</p>"))
]
parent_page.add_child(instance=page)
revision = page.save_revision(
user=self.import_user,
submitted_for_moderation=False,
)
revision.publish()
page.save()
--
You received this message because you are subscribed to the Google Groups "Wagtail support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wagtail+u...@googlegroups.com.
To post to this group, send email to wag...@googlegroups.com.
Visit this group at http://groups.google.com/group/wagtail.
To view this discussion on the web, visit https://groups.google.com/d/msgid/wagtail/78cb3d42-485b-405d-b8b5-95831f635e46%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Wagtail support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wagtail/Get0wrrJ-3c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wagtail+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Wagtail support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wagtail+u...@googlegroups.com.
To post to this group, send email to wag...@googlegroups.com.
Visit this group at https://groups.google.com/group/wagtail.
To view this discussion on the web, visit https://groups.google.com/d/msgid/wagtail/c2176ed0-e14f-477c-8f6e-410986866f8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.