I am new to wagtail and i am working with a custom menu. I set up a custom menu class and use a tag to display the menu-items in the templates. This works fine,
How can I pass the user selected value for background_color object that is in my PostPage Page class as the default value for another ColorField that's within m
I am new in Django and Wagtail. I developed a website app using Django 4.0 and Wagtail 2.16.1. I found Django models.CharField by default stores content to data
I tried to dockerize my Wagtail Web Application and this error Occurred. I tried docker-compose build there was no errors. after that i tried docker-compose up
Using wagtail-footnotes I have a problem of passing the footnote's reference number to the templates of my Richtextblock. I followed the Readme instructions. Af
I would like to create programatically a sub page for a known parent. How can I do that? The page creation will takes place in a signal receiver: the page is cr