Live data from Hacker News

Wagtail 1.0 – a milestone release for our Django CMS

wagtail.io

1–10 of 14 posts

Re: Wagtail 1.0 – a milestone release for our Django CMS

#3
The missing CMS built with python/django. We use in our agency for a lot of projects, including high profile brands.

- nice UI/UX - nice features (revisions, preview, choosers) - pages are easy to extend - custom apps can be integrated easily by using admin hooks - good code and documentation

Recently started on a complex project, and we are using some ideas from Wagtail :)

Re: Wagtail 1.0 – a milestone release for our Django CMS

#5
I'm the CTO at Torchbox, the agency behind Wagtail. We're really happy with this release, particularly StreamField, which opens up a new way of building rich pages without sacrificing reusability - check out the video at https://youtu.be/oUJNweMWwVQ

I'll do my best to answer any questions here.

Re: Wagtail 1.0 – a milestone release for our Django CMS

#6
Looks great! I especially love that the concept you are calling StreamFields is finding its way to more and more CMS's (Concrete5 and Perch call them "Blocks", ExpressionEngine and Craft call them "Matrix Fields", and Advanced Custom Fields for Wordpress calls them "Flexible Content Fields"). It's really a great balance between giving site owners the ability to manage rich content on a page while also giving designers the ability to ensure that content sticks to the site's overall design.

Re: Wagtail 1.0 – a milestone release for our Django CMS

#7
I'm in the middle of my second big Wagtail project. Version 1.0 has fixed nearly all of the shortcomings I ran into during my experience with 0.8.x. The new API, the StreamField...such an awesome release. The only gripe I now have is that hallo.js is still being used for the RichText editor. Congratulations to the Wagtail team!

Re: Wagtail 1.0 – a milestone release for our Django CMS

#8

I'm in the middle of my second big Wagtail project. Version 1.0 has fixed nearly all of the shortcomings I ran into during my experience with 0.8.x. The new API, the StreamField...such an awesome release. The only gripe I now have is that hallo.js is still being used for the RichText editor. Congratulations to the Wagtail team!

Thanks, Ryan! Check out this exciting PR which landed a few hours ago:

https://github.com/torchbox/wagtail/pull/1521

This allows Wagtail users to swap in alternative rich text editors, e.g. https://github.com/isotoma/wagtailtinymce

Re: Wagtail 1.0 – a milestone release for our Django CMS

#9
post #8

I'm in the middle of my second big Wagtail project. Version 1.0 has fixed nearly all of the shortcomings I ran into during my experience with 0.8.x. The new API, the StreamField...such an awesome release. The only gripe I now have is that hallo.js is still being used for the RichText editor. Congratulations to the Wagtail team!

Thanks, Ryan! Check out this exciting PR which landed a few hours ago: https://github.com/torchbox/wagtail/pull/1521 This allows Wagtail users to swap in alternative rich text editors, e.g. https://github.com/isotoma/wagtailtinymce

[deleted]
Post reply on HN