Wagtail 1.0 – a milestone release for our Django CMS
1–10 of 14 posts
Re: Wagtail 1.0 – a milestone release for our Django CMS
#2Re: Wagtail 1.0 – a milestone release for our Django CMS
#3- 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
#4Re: Wagtail 1.0 – a milestone release for our Django CMS
#5I'll do my best to answer any questions here.
Re: Wagtail 1.0 – a milestone release for our Django CMS
#6Re: Wagtail 1.0 – a milestone release for our Django CMS
#7Re: Wagtail 1.0 – a milestone release for our Django CMS
#8I'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!
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
#9I'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