Top "Wagtail" questions

Wagtail is a Django content management system (CMS), focused on flexibility and user experience.

Migration error with Django 1.7.1

I'm getting an error when performing a migration after introducing a new app (django-allauth). I'm not sure what else to …

django django-allauth django-1.7 wagtail
Implementing @check_honeypot on Django Wagtail Form

I am trying to implement Honeypot into a Wagtail email form, but I don't understand how to add the @check_…

wagtail honeypot
Wagtail: Display a list of child pages inside a parent page

In Wagtail CMS, I'm trying to create an index page that will display a list of all its child pages …

python django wagtail