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
Django Sass Compressor django_libsass.SassCompiler: command not found

I'm using a Django-Compressor Filter as part of Wagtail (Django variant CMS with super cool UI). Environment is Wagtail 0.2 + Python 2.7 + …

python django python-2.7 django-compressor wagtail